X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git-rebase.sh;h=cbb0ea90ed410d5af68ce814b7fd93a90829f3ee;hb=cdc34664d4bb86063062dd63183dfb6b9ebf4772;hp=d8e190302668ca352fd58cd052a677347a29cdcd;hpb=d3cae60efcf28e3d498423b9d11dd772d424ddc9;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