Browse Source

Stupid typo fix for git rebase.

Signed-off-by: Junio C Hamano <junkio@cox.net>
maint
Junio C Hamano 20 years ago
parent
commit
66e06b6a17
  1. 2
      git-rebase-script

2
git-rebase-script

@ -26,7 +26,7 @@ case "$#" in @@ -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."


Loading…
Cancel
Save