config/diff.txt: drop spurious backtick

Signed-off-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Martin Ågren committed Mar 6, 2019 at 07:30 UTC ef39d22fe681a6a39918cf24c6dd2927cd484b36
1 file changed +1 -1
Documentation/config/diff.txt
+1 -1
@@ -10,7 +10,7 @@ diff.autoRefreshIndex::
10
11 diff.dirstat::
12 A comma separated list of `--dirstat` parameters specifying the
13 - default behavior of the `--dirstat` option to linkgit:git-diff[1]`
13 + default behavior of the `--dirstat` option to linkgit:git-diff[1]
14 and friends. The defaults can be overridden on the command line
15 (using `--dirstat=<param1,param2,...>`). The fallback defaults
16 (when not changed by `diff.dirstat`) are `changes,noncumulative,3`.