]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc: describe mergetool configuration in git-mergetool(1)
authorJonathan Nieder <jrnieder@gmail.com>
Sat, 13 Mar 2021 08:41:33 +0000 (00:41 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 13 Mar 2021 23:34:32 +0000 (15:34 -0800)
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 <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-mergetool.txt

index 6b14702e78498ee45f67e0084bea429d484b28cf..e587c7763a7c21664c7586e273f348f70dd061d7 100644 (file)
@@ -99,6 +99,10 @@ success of the resolution after the custom tool has exited.
        (see linkgit:git-config[1]).  To cancel `diff.orderFile`,
        use `-O/dev/null`.
 
+CONFIGURATION
+-------------
+include::config/mergetool.txt[]
+
 TEMPORARY FILES
 ---------------
 `git mergetool` creates `*.orig` backup files while resolving merges.