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

Stupid typo fix for git rebase.

Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 2f5703c3
......@@ -26,7 +26,7 @@ case "$#" in
esac
upstream=`git-rev-parse --verify "$1"` &&
ours=`git-rev-parse --verify "$ours_symbolic^` || exit
ours=`git-rev-parse --verify "$ours_symbolic"` || exit
test "$(git-diff-cache --cached "$ours")" = "" ||
die "Your working tree does not match $ours_symbolic."
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册