For the --strategy/-s option, git-rebase--interactive.sh dropped the parameter which it was trying to parse. Signed-off-by: Björn Steinbrink <B.Steinbrink@xxxxxx> diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index 0dd77b4..f667ae8 100755 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -387,7 +387,6 @@ do output git reset --hard && do_rest ;; -s|--strategy) - shift case "$#,$1" in *,*=*) STRATEGY="-s `expr "z$1" : 'z-[^=]*=\(.*\)'`" ;; -- 1.5.3.4.456.g072a - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html