Fix --strategy parsing in git-rebase--interactive.sh
commit3524b282dabd254fc50b186e35ea5c6f612aeb46
authorBjörn Steinbrink <B.Steinbrink@gmx.de>
Wed, 31 Oct 2007 02:20:30 +0000 (31 03:20 +0100)
committerJunio C Hamano <gitster@pobox.com>
Wed, 31 Oct 2007 04:27:15 +0000 (30 21:27 -0700)
treebd9328753e12b118f66b82eb77d0b6d283731b77
parent07b45f8c1754a13bca67f70b600bf51ba33cf98d
Fix --strategy parsing in git-rebase--interactive.sh

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>
git-rebase--interactive.sh