commit | c93d88a574220c00954e3694bd78181b8b95249a | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Mon Mar 05 12:35:41 2007 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Mon Mar 05 23:11:19 2007 -0800 |
tree | ab79bf776457ff95ceb29e28d136d2deeddbe7e8 | |
parent | b8105375abfeee54e0a34e1c290983fd15e743cf [diff] [blame] |
git-commit: cd to top before showing the final stat Signed-off-by: Junio C Hamano <junkio@cox.net>
diff --git a/git-commit.sh b/git-commit.sh index 476f4f1..cad16a5 100755 --- a/git-commit.sh +++ b/git-commit.sh
@@ -621,6 +621,9 @@ 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