From: Martin Ågren Date: Wed, 6 Mar 2019 06:30:14 +0000 (+0100) Subject: config/diff.txt: drop spurious backtick X-Git-Tag: v2.22.0-rc0~116^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef39d22fe681a6a39918cf24c6dd2927cd484b36;p=thirdparty%2Fgit.git config/diff.txt: drop spurious backtick Signed-off-by: Martin Ågren Signed-off-by: Junio C Hamano --- 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=`). The fallback defaults (when not changed by `diff.dirstat`) are `changes,noncumulative,3`.