diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/git-notify | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/git-notify b/tools/git-notify index 17093aab..088a5804 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>) { |