X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=git-rebase--interactive.sh;h=5873ba4bc3b2a94cd7754ae572072fd745dc059d;hb=098d0e0e8e7467bea5306d5bc98b283bfe0174fb;hp=a5ffd9a31eea0f361774d77867c83f444847279b;hpb=1e86274cd4e544628d5f6e327eb62094051e7948;p=thirdparty%2Fgit.git diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index a5ffd9a31e..5873ba4bc3 100755 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -894,7 +894,7 @@ first and then run 'git rebase --continue' again." if test ! -z "$1" then - output git checkout "$1" || + output git checkout "$1" -- || die "Could not checkout $1" fi @@ -1021,7 +1021,7 @@ first and then run 'git rebase --continue' again." # e, edit = use commit, but stop for amending # s, squash = use commit, but meld into previous commit # f, fixup = like "squash", but discard this commit's log message -# x , exec = Run a shell command , and stop if it fails +# x, exec = run command (the rest of the line) using shell # # If you remove a line here THAT COMMIT WILL BE LOST. # However, if you remove everything, the rebase will be aborted.