git-rebase--interactive.sh: Don't pass a strategy to git-cherry-pick.
authorBjörn Steinbrink <redacted>
Wed, 31 Oct 2007 02:20:31 +0000 (03:20 +0100)
committerJunio C Hamano <redacted>
Wed, 31 Oct 2007 04:28:44 +0000 (21:28 -0700)
commit2a9c53e03d8293577b5163910f178075725b39dd
treee7a9913adcdf0c7e76dbeceb7d3b9aab2dd1f1bc
parent3524b282dabd254fc50b186e35ea5c6f612aeb46
git-rebase--interactive.sh: Don't pass a strategy to git-cherry-pick.

git-cherry-pick doesn't support a strategy paramter, so don't pass one.
This means that --strategy for interactive rebases is a no-op for
anything but merge commits, but that's still better than being broken. A
correct fix would probably need to port the --merge behaviour from plain
git-rebase.sh, but I have no clue how to integrate that cleanly.

Signed-off-by: Björn Steinbrink <redacted>
Acked-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
git-rebase--interactive.sh
git clone https://git.99rst.org/PROJECT