git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
07b45f8
)
Fix --strategy parsing in git-rebase--interactive.sh
author
Björn Steinbrink
<redacted>
Wed, 31 Oct 2007 02:20:30 +0000
(
03:20
+0100)
committer
Junio C Hamano
<redacted>
Wed, 31 Oct 2007 04:27:15 +0000
(21:27 -0700)
For the --strategy/-s option, git-rebase--interactive.sh dropped the
parameter which it was trying to parse.
Signed-off-by: Björn Steinbrink <redacted>
Acked-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
git-rebase--interactive.sh
patch
|
blob
|
history
diff --git
a/git-rebase--interactive.sh
b/git-rebase--interactive.sh
index 50b79ff8ff289f43ca92738656e37bc2545c5bc6..ebc67e515de15f817a9c7f036e0c5069dd8f32ec 100755
(executable)
--- a/
git-rebase--interactive.sh
+++ b/
git-rebase--interactive.sh
@@
-357,7
+357,6
@@
do
output git reset --hard && do_rest
;;
-s|--strategy)
- shift
case "$#,$1" in
*,*=*)
STRATEGY="-s `expr "z$1" : 'z-[^=]*=\(.*\)'`" ;;
git clone https://git.99rst.org/PROJECT