Skip to content

Commit

Permalink
Merge branch 'maint'
Browse files Browse the repository at this point in the history
* maint:
  git-commit: cd to top before showing the final stat
  • Loading branch information
Junio C Hamano committed Mar 6, 2007
2 parents 99e6ac5 + c93d88a commit 31930b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions git-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 31930b5

Please sign in to comment.