From: J. Bruce Fields Date: Fri, 7 Sep 2007 14:20:51 +0000 (-0400) Subject: git-rebase: fix -C option X-Git-Tag: v1.5.4-rc0~454 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=d05ec5a064e402475ab48617213f2a619a2fabc5;p=git.git git-rebase: fix -C option The extra shift here causes failure to parse any commandline including the -C option. Signed-off-by: J. Bruce Fields Signed-off-by: Junio C Hamano --- diff --git a/git-rebase.sh b/git-rebase.sh index 52c686fc8..c9942f240 100755 --- a/git-rebase.sh +++ b/git-rebase.sh @@ -221,7 +221,6 @@ do ;; -C*) git_am_opt="$git_am_opt $1" - shift ;; -*) usage