From: Junio C Hamano Date: Thu, 10 Feb 2011 00:41:16 +0000 (-0800) Subject: Merge branch 'jn/cherry-pick-strategy-option' X-Git-Tag: v1.7.5-rc0~147 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/06938a37dca9bb19784c1bd41e90c99a7c8f8e5e?hp=a8e4a5943a63c8fd4a3a9b70ccf4608bcc973707 Merge branch 'jn/cherry-pick-strategy-option' * jn/cherry-pick-strategy-option: cherry-pick/revert: add support for -X/--strategy-option --- diff --git a/Documentation/git-cherry-pick.txt b/Documentation/git-cherry-pick.txt index 73008705eb..749d68a72b 100644 --- a/Documentation/git-cherry-pick.txt +++ b/Documentation/git-cherry-pick.txt @@ -79,6 +79,16 @@ effect to your index in a row. cherry-pick'ed commit, then a fast forward to this commit will be performed. +--strategy=:: + Use the given merge strategy. Should only be used once. + See the MERGE STRATEGIES section in linkgit:git-merge[1] + for details. + +-X