| Submitter | Andy Whitcroft |
|---|---|
| Date | Feb. 10, 2010, 10:13 a.m. |
| Message ID | <1265796839-15820-4-git-send-email-apw@canonical.com> |
| Download | mbox | patch |
| Permalink | /patch/45006/ |
| State | Changes Requested |
| Delegated to: | Andy Whitcroft |
| Headers | show |
Comments
Patch
diff --git a/debian/scripts/misc/git-ubuntu-log b/debian/scripts/misc/git-ubuntu-log index abcfa12..d2924a0 100755 --- a/debian/scripts/misc/git-ubuntu-log +++ b/debian/scripts/misc/git-ubuntu-log @@ -203,7 +203,7 @@ sub changelog_input { last if /^commit /; } - $bug = join(", #", keys(%bugz)); + $bug = join(", #", sort keys(%bugz)); if (!$do_ignore || !$ignore) { &shortlog_entry($author, $desc, $bug, $cve, $commit, 0);
Sort the bug numbers added to the LP: entry in numerical order. Signed-off-by: Andy Whitcroft <apw@canonical.com> --- debian/scripts/misc/git-ubuntu-log | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)