Skip to content

Commit

Permalink
Documentation/git-merge-tree.txt: document -X
Browse files Browse the repository at this point in the history
Add a documentation entry for -X/--strategy-option in '--merge-tree',
including a link to the 'git-merge' documentation with more details on which
strategy options are available and what they do.

Signed-off-by: Victoria Dye <[email protected]>
  • Loading branch information
vdye committed May 7, 2024
1 parent d4cc1ec commit 6d4a10c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Documentation/git-merge-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
------
Expand Down

0 comments on commit 6d4a10c

Please sign in to comment.