git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] Fix --strategy parsing in git-rebase--interactive.sh
@ 2007-10-31  2:20 Björn Steinbrink
  2007-10-31  2:20 ` [PATCH 2/3] git-rebase--interactive.sh: Don't pass a strategy to git-cherry-pick Björn Steinbrink
  0 siblings, 1 reply; 5+ messages in thread
From: Björn Steinbrink @ 2007-10-31  2:20 UTC (permalink / raw)
  To: Johannes.Schindelin; +Cc: git, Björn Steinbrink

For the --strategy/-s option, git-rebase--interactive.sh dropped the
parameter which it was trying to parse.

Signed-off-by: Björn Steinbrink <B.Steinbrink@gmx.de>

diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh
index 0dd77b4..f667ae8 100755
--- a/git-rebase--interactive.sh
+++ b/git-rebase--interactive.sh
@@ -387,7 +387,6 @@ do
 		output git reset --hard && do_rest
 		;;
 	-s|--strategy)
-		shift
 		case "$#,$1" in
 		*,*=*)
 			STRATEGY="-s `expr "z$1" : 'z-[^=]*=\(.*\)'`" ;;
-- 
1.5.3.4.456.g072a

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-10-31  2:53 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-31  2:20 [PATCH 1/3] Fix --strategy parsing in git-rebase--interactive.sh Björn Steinbrink
2007-10-31  2:20 ` [PATCH 2/3] git-rebase--interactive.sh: Don't pass a strategy to git-cherry-pick Björn Steinbrink
2007-10-31  2:20   ` [PATCH 3/3] git-rebase--interactive.sh: Make 3-way merge strategies work for -p Björn Steinbrink
2007-10-31  2:42     ` Johannes Schindelin
2007-10-31  2:53       ` Björn Steinbrink

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).