My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
059f446
)
git-rebase: fix -C option
author
J. Bruce Fields
<bfields@citi.umich.edu>
Fri, 7 Sep 2007 14:20:51 +0000
(10:20 -0400)
committer
Junio C Hamano
<gitster@pobox.com>
Sat, 8 Sep 2007 04:02:11 +0000
(21:02 -0700)
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>
git-rebase.sh
patch
|
blob
|
history
diff --git
a/git-rebase.sh
b/git-rebase.sh
index
52c686f
..
c9942f2
100755
(executable)
--- a/
git-rebase.sh
+++ b/
git-rebase.sh
@@
-221,7
+221,6
@@
do
;;
-C*)
git_am_opt="$git_am_opt $1"
- shift
;;
-*)
usage