rebase: typofix.
Noticed by Sean. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
7d09fbe4ab
commit
b176e6ba5b
@ -107,7 +107,7 @@ onto=$(git-rev-parse --verify "${onto_name}^0") || exit
|
|||||||
|
|
||||||
# Check if we are already based on $onto, but this should be
|
# Check if we are already based on $onto, but this should be
|
||||||
# done only when upstream and onto are the same.
|
# done only when upstream and onto are the same.
|
||||||
if test "$upstream" = "onto"
|
if test "$upstream" = "$onto"
|
||||||
then
|
then
|
||||||
mb=$(git-merge-base "$onto" "$branch")
|
mb=$(git-merge-base "$onto" "$branch")
|
||||||
if test "$mb" = "$onto"
|
if test "$mb" = "$onto"
|
||||||
|
Loading…
Reference in New Issue
Block a user