Commit 681ffe0a authored by Andy Whitcroft's avatar Andy Whitcroft Committed by Tim Gardner

UBUNTU: [Debian] git-ubuntu-log -- ensure we get the last commit

Signed-off-by: default avatarAndy Whitcroft <apw@canonical.com>
parent c779a8d1
......@@ -44,6 +44,9 @@ for line in sys.stdin:
entry['ignore'] = True
if entry and 'ignore' not in entry:
entries.append(entry)
entries.reverse()
# Go through the entries and clear out authors for upstream commits.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment