aboutsummaryrefslogtreecommitdiff
path: root/Documentation/merge-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-07-18 02:43:00 -0700
committerJunio C Hamano <gitster@pobox.com>2010-01-17 22:46:28 -0800
commit566c511195adc0ce88559853f2f00933e241d862 (patch)
treed9d5e46eecc90787a643cc84e6c120d0d52d10cc /Documentation/merge-options.txt
parente3cba962b172804ca1cab82801d94858154bd8cc (diff)
downloadgit-566c511195adc0ce88559853f2f00933e241d862.tar.gz
git-566c511195adc0ce88559853f2f00933e241d862.tar.xz
Document that merge strategies can now take their own options
Also document the recently added -Xtheirs, -Xours and -Xsubtree[=path] options to the merge-recursive strategy. Signed-off-by: Avery Pennarun <apenwarr@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/merge-options.txt')
-rw-r--r--Documentation/merge-options.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/merge-options.txt b/Documentation/merge-options.txt
index fec339430..22606f03f 100644
--- a/Documentation/merge-options.txt
+++ b/Documentation/merge-options.txt
@@ -74,3 +74,8 @@ option can be used to override --squash.
-v::
--verbose::
Be verbose.
+
+-X <option>::
+--strategy-option=<option>::
+ Pass merge strategy specific option through to the merge
+ strategy.