config/diff.txt: drop spurious backtick
authorMartin Ågren <martin.agren@gmail.com>
Wed, 6 Mar 2019 06:30:14 +0000 (07:30 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Mar 2019 00:25:32 +0000 (09:25 +0900)
Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config/diff.txt
index e48bb987d789e033e1da012a7f950177848b5b23..7a1bae116abe66749af779286cc3e08bbd19b454 100644 (file)
@@ -10,7 +10,7 @@ diff.autoRefreshIndex::
 
 diff.dirstat::
        A comma separated list of `--dirstat` parameters specifying the
-       default behavior of the `--dirstat` option to linkgit:git-diff[1]`
+       default behavior of the `--dirstat` option to linkgit:git-diff[1]
        and friends. The defaults can be overridden on the command line
        (using `--dirstat=<param1,param2,...>`). The fallback defaults
        (when not changed by `diff.dirstat`) are `changes,noncumulative,3`.