[nagiosplug] git-notify: Fix the ordering of commits
"Holger Weiss" <[email protected]>
| Newsgroups | gmane.network.nagios.plugins.cvs |
|---|---|
| Message-ID | <[email protected]> |
Module: nagiosplug Branch: master Commit: ee06edc646129bd1ab7f2c1ffe1fbfdf2e8290bf Author: Holger Weiss <[email protected]> Date: Wed Apr 14 16:22:21 2010 +0200 URL: http://nagiosplug.git.sf.net/git/gitweb.cgi?p=nagiosplug/nagiosplug;a=commit;h=ee06edc git-notify: Fix the ordering of commits If notifications for multiple commits are created, sort them chronologically instead of in reverse chronological order. --- tools/git-notify | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/tools/git-notify b/tools/git-notify index 17093aa..088a580 100755 --- a/tools/git-notify +++ b/tools/git-notify @@ -145,7 +145,7 @@ sub git_rev_list(@) die "Cannot open pipe: $!" if not defined $pid; if (!$pid) { - exec "git", "rev-list", @revlist_options, @args or die "Cannot execute rev-list: $!"; + exec "git", "rev-list", "--reverse", @revlist_options, @args or die "Cannot execute rev-list: $!"; } while (<REVLIST>) { ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev