summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 25d1ee3)
raw | patch | inline | side by side (parent: 25d1ee3)
author | Holger Weiss <holger@zedat.fu-berlin.de> | |
Wed, 14 Apr 2010 14:22:21 +0000 (16:22 +0200) | ||
committer | Holger Weiss <holger@zedat.fu-berlin.de> | |
Wed, 14 Apr 2010 14:22:21 +0000 (16:22 +0200) |
If notifications for multiple commits are created, sort them
chronologically instead of in reverse chronological order.
chronologically instead of in reverse chronological order.
tools/git-notify | patch | blob | history |
diff --git a/tools/git-notify b/tools/git-notify
index 17093aab354a454f29d043abbfb83670544d6499..088a58046331c7cbb2ad949d6ee4e8c4c151e27c 100755 (executable)
--- a/tools/git-notify
+++ b/tools/git-notify
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>)
{