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 <bfields@citi.umich.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
J. Bruce Fields 2007-09-07 10:20:51 -04:00 committed by Junio C Hamano
parent 059f446d57
commit d05ec5a064

View File

@ -221,7 +221,6 @@ do
;;
-C*)
git_am_opt="$git_am_opt $1"
shift
;;
-*)
usage