Skip to content

Commit

Permalink
git-rebase: fix -C option
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
J. Bruce Fields authored and Junio C Hamano committed Sep 8, 2007
1 parent 059f446 commit d05ec5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion git-rebase.sh
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ do
;;
-C*)
git_am_opt="$git_am_opt $1"
shift
;;
-*)
usage
Expand Down

0 comments on commit d05ec5a

Please sign in to comment.