Since the multiline argument wasn't passed to the utils.write_string()
function when writing the compatibility description file from the new
infrastructure, any older command like push would have committed these
new lines.
Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
Acked-by: Karl Hasselström <kha@treskal.com>
write('authdate', d.author.date)
write('commname', d.committer.name)
write('commemail', d.committer.email)
write('authdate', d.author.date)
write('commname', d.committer.name)
write('commemail', d.committer.email)
- write('description', d.message)
+ write('description', d.message, multiline = True)
write('log', write_patchlog().sha1)
write('top', new_commit.sha1)
write('bottom', d.parent.sha1)
write('log', write_patchlog().sha1)
write('top', new_commit.sha1)
write('bottom', d.parent.sha1)