commit a321956a9c086334addbae62d5d9b784c4835562
parent 677e392007fab53e595c43d29293613a0ce710e4
Author: tg(x) <*@tg-x.net>
Date: Mon, 14 Feb 2011 07:30:55 +0100
use git whatchanged for initial commit
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/bin/gitzone b/bin/gitzone
@@ -233,7 +233,7 @@ sub pre_receive {
# check what changed
git "checkout -qf $new";
if ($old =~ /^0+$/) {
- $_ = git "show --raw $new";
+ $_ = git "whatchanged $new";
} else {
$_ = git "diff --raw $old..$new";
}