Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
cvsserver: fix revision number during file adds
[gitweb.git]
/
git-commit.sh
diff --git
a/git-commit.sh
b/git-commit.sh
index 04aad5e5da6fad46bc71c859286615c2f6ce11ab..c2beb76fe436279422ff5212aed573fb821bad7b 100755
(executable)
--- a/
git-commit.sh
+++ b/
git-commit.sh
@@
-628,7
+628,7
@@
then
if test -z "$quiet"
then
echo "Created${initial_commit:+ initial} commit $commit"
- git-diff-tree --shortstat --summary --root --no-commit-id HEAD
+ git-diff-tree --shortstat --summary --root --no-commit-id HEAD
--
fi
fi