提交 c93d88a5 编写于 作者: J Junio C Hamano

git-commit: cd to top before showing the final stat

Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 b8105375
......@@ -621,6 +621,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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册