Skip to content

Commit 5320406

Browse files
jrngitster
authored andcommitted
doc: describe mergetool configuration in git-mergetool(1)
In particular, this describes mergetool.hideResolved, which can help users discover this setting (either because it may be useful to them or in order to understand mergetool's behavior if they have forgotten setting it in the past). Tested by running make -C Documentation git-mergetool.1 man Documentation/git-mergetool.1 and reading through the page. Signed-off-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b2a51c1 commit 5320406

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Documentation/git-mergetool.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ success of the resolution after the custom tool has exited.
9999
(see linkgit:git-config[1]). To cancel `diff.orderFile`,
100100
use `-O/dev/null`.
101101

102+
CONFIGURATION
103+
-------------
104+
include::config/mergetool.txt[]
105+
102106
TEMPORARY FILES
103107
---------------
104108
`git mergetool` creates `*.orig` backup files while resolving merges.

0 commit comments

Comments
 (0)