summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/git-notify2
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(@)
145 die "Cannot open pipe: $!" if not defined $pid; 145 die "Cannot open pipe: $!" if not defined $pid;
146 if (!$pid) 146 if (!$pid)
147 { 147 {
148 exec "git", "rev-list", @revlist_options, @args or die "Cannot execute rev-list: $!"; 148 exec "git", "rev-list", "--reverse", @revlist_options, @args or die "Cannot execute rev-list: $!";
149 } 149 }
150 while (<REVLIST>) 150 while (<REVLIST>)
151 { 151 {