From: Junio C Hamano Date: Fri, 18 Jul 2008 09:43:00 +0000 (-0700) Subject: Document that merge strategies can now take their own options X-Git-Tag: v1.7.0-rc0~55^2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=566c511195adc0ce88559853f2f00933e241d862;p=git.git 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 Signed-off-by: Junio C Hamano --- 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