aboutsummaryrefslogtreecommitdiff
path: root/Documentation/config/diff.txt
diff options
context:
space:
mode:
authorMartin Ågren <martin.agren@gmail.com>2019-03-06 07:30:14 +0100
committerJunio C Hamano <gitster@pobox.com>2019-03-07 09:25:32 +0900
commitef39d22fe681a6a39918cf24c6dd2927cd484b36 (patch)
treea7444efe37fee6b11bcad62b62e268187cbea7e2 /Documentation/config/diff.txt
parent36eb1cb9cfe327583128a4b0abdf9516c2ca815b (diff)
downloadgit-ef39d22fe681a6a39918cf24c6dd2927cd484b36.tar.xz
config/diff.txt: drop spurious backtick
Signed-off-by: Martin Ågren <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config/diff.txt')
-rw-r--r--Documentation/config/diff.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/diff.txt b/Documentation/config/diff.txt
index e48bb987d7..7a1bae116a 100644
--- a/Documentation/config/diff.txt
+++ b/Documentation/config/diff.txt
@@ -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`.