Neater changlog format.

This commit is contained in:
Chris Palmer 2021-03-03 19:10:27 +00:00
parent 3cd5769708
commit a7eae4f549
2 changed files with 680 additions and 678 deletions

File diff suppressed because it is too large Load Diff

View File

@ -157,4 +157,4 @@ if __name__ == '__main__':
# Print commits excluding merges
if not c.comment.startswith('Merge branch') and not c.comment.startswith('Merge pull'):
print('* %s [%s](%s "show commit") %s %s\n' % (c.date, c.hash[:7], url + '/commit/' + c.hash, initials(c.author), fixup_comment(c.comment)), file = file)
print('* %s [`%s`](%s "show commit") %s %s\n' % (c.date, c.hash[:7], url + '/commit/' + c.hash, initials(c.author), fixup_comment(c.comment)), file = file)