X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-rebase.sh;h=cbb0ea90ed410d5af68ce814b7fd93a90829f3ee;hb=650af7ae8bdf92bd92df20152b6d1ad7eb014169;hp=d8e190302668ca352fd58cd052a677347a29cdcd;hpb=38a5932be8a8f0b0bd3bb949bdc5258d9c753f15;p=git.git diff --git a/git-rebase.sh b/git-rebase.sh index d8e190302..cbb0ea90e 100755 --- a/git-rebase.sh +++ b/git-rebase.sh @@ -482,6 +482,7 @@ case "$#" in then head_name="detached HEAD" else + echo >&2 "fatal: no such branch: $1" usage fi ;; @@ -513,7 +514,7 @@ then if test -z "$force_rebase" then # Lazily switch to the target branch if needed... - test -z "$switch_to" || git checkout "$switch_to" + test -z "$switch_to" || git checkout "$switch_to" -- say "Current branch $branch_name is up to date." exit 0 else