]> git.ipfire.org Git - thirdparty/git.git/commitdiff
doc/diff-options: improve wording of the log.diffMerges mention
authorŠtěpán Němec <stepnem@smrk.net>
Thu, 5 Oct 2023 09:00:52 +0000 (11:00 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 5 Oct 2023 19:55:38 +0000 (12:55 -0700)
Fix the grammar ("which default value is") and reword to match other
similar descriptions (say "configuration variable" instead of
"parameter", link to git-config(1)).

Signed-off-by: Štěpán Němec <stepnem@smrk.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/diff-options.txt

index ee256ec077be48247d0b16f824bb1801f71ad795..48a5012748ddff0276a2d8e2a310ecf1591bc933 100644 (file)
@@ -53,9 +53,9 @@ ifdef::git-log[]
 -m:::
        This option makes diff output for merge commits to be shown in
        the default format. `-m` will produce the output only if `-p`
-       is given as well. The default format could be changed using
-       `log.diffMerges` configuration parameter, which default value
-       is `separate`.
+       is given as well. The default format can be specified using
+       the configuration variable `log.diffMerges` (see
+       linkgit:git-config[1]). It defaults to `separate`.
 +
 --diff-merges=first-parent:::
 --diff-merges=1:::