X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=git-rebase.sh;h=e6167374445dfbb5e0b6bedc9a5f33a01cb5a7df;hb=5a29217dda0625707a46f527d17489c0bff0c2c9;hp=24a2840033c175ff5399de82a1a777c75c0e85dd;hpb=cae097722162c852ab81c50efe8b25a84b6a5dff;p=git.git diff --git a/git-rebase.sh b/git-rebase.sh index 24a284003..e61673744 100755 --- a/git-rebase.sh +++ b/git-rebase.sh @@ -167,6 +167,7 @@ run_specific_rebase () { if [ "$interactive_rebase" = implied ]; then GIT_EDITOR=: export GIT_EDITOR + autosquash= fi . git-rebase--$type } @@ -423,7 +424,7 @@ case "$onto_name" in ;; *) onto=$(git rev-parse --verify "${onto_name}^0") || - die "Does not point to a valid commit: $1" + die "Does not point to a valid commit: $onto_name" ;; esac