]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation/git-merge-tree.txt: document -X
authorVictoria Dye <vdye@github.com>
Tue, 7 May 2024 21:36:29 +0000 (21:36 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 May 2024 22:36:08 +0000 (15:36 -0700)
Add an entry in the 'merge-tree' builtin documentation for
-X/--strategy-option (added in 6a4c9e7b32 (merge-tree: add -X strategy
option, 2023-09-24)). The same option is documented for 'merge', 'rebase',
'revert', etc. in their respective Documentation/ files, so let's do the
same for 'merge-tree'.

Signed-off-by: Victoria Dye <vdye@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-merge-tree.txt

index dd388fa21d5a51d1b6c3aca1b1d18b98f69a4f88..84cb2edf6d092292a09ab3e69399255174e5b984 100644 (file)
@@ -72,6 +72,11 @@ OPTIONS
 As the merge-base is provided directly, <branch1> and <branch2> do not need
 to specify commits; trees are enough.
 
+-X<option>::
+--strategy-option=<option>::
+       Pass the merge strategy-specific option through to the merge strategy.
+       See linkgit:git-merge[1] for details.
+
 [[OUTPUT]]
 OUTPUT
 ------