summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 07b45f8)
raw | patch | inline | side by side (parent: 07b45f8)
author | Björn Steinbrink <B.Steinbrink@gmx.de> | |
Wed, 31 Oct 2007 02:20:30 +0000 (03:20 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
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 <B.Steinbrink@gmx.de>
Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
parameter which it was trying to parse.
Signed-off-by: Björn Steinbrink <B.Steinbrink@gmx.de>
Acked-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-rebase--interactive.sh | patch | blob | history |
index 50b79ff8ff289f43ca92738656e37bc2545c5bc6..ebc67e515de15f817a9c7f036e0c5069dd8f32ec 100755 (executable)
output git reset --hard && do_rest
;;
-s|--strategy)
- shift
case "$#,$1" in
*,*=*)
STRATEGY="-s `expr "z$1" : 'z-[^=]*=\(.*\)'`" ;;