Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint'
author
Junio C Hamano
<junkio@cox.net>
Tue, 6 Mar 2007 07:11:54 +0000
(23:11 -0800)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 6 Mar 2007 07:11:54 +0000
(23:11 -0800)
* maint:
git-commit: cd to top before showing the final stat
git-commit.sh
patch
|
blob
|
history
raw
(from parent 1:
99e6ac5
)
diff --git
a/git-commit.sh
b/git-commit.sh
index be3677c2049dca4deb35403804d5ea2d72254e7d..b8c00b823656f36f6a6f38493b9569831db713b1 100755
(executable)
--- a/
git-commit.sh
+++ b/
git-commit.sh
@@
-622,6
+622,9
@@
else
fi
ret="$?"
rm -f "$GIT_DIR/COMMIT_MSG" "$GIT_DIR/COMMIT_EDITMSG" "$GIT_DIR/SQUASH_MSG"
+
+cd_to_toplevel
+
if test -d "$GIT_DIR/rr-cache"
then
git-rerere