]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commitdiff
UBUNTU: [Debian] git-ubuntu-log -- ensure we get the last commit
authorAndy Whitcroft <apw@canonical.com>
Fri, 26 Feb 2016 10:53:48 +0000 (10:53 +0000)
committerTim Gardner <tim.gardner@canonical.com>
Wed, 6 Apr 2016 09:21:22 +0000 (10:21 +0100)
Signed-off-by: Andy Whitcroft <apw@canonical.com>
debian/scripts/misc/git-ubuntu-log

index f7f2f42d7e4f5b5652f47d2fe6077d04e9f3cea1..511e9ae74cbbc439942c495d329f39cf8a712423 100755 (executable)
@@ -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.