aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-03-15 22:57:22 -0700
committerJunio C Hamano <gitster@pobox.com>2024-03-18 08:47:18 -0700
commit178401dc25cf8c3f1a716b852b14dafa79367646 (patch)
tree90caca737cabf672903d985dab2fc67a923cea3e /Documentation/config
parent7fdc2656331f051a673a61444051cde58044ceeb (diff)
downloadgit-178401dc25cf8c3f1a716b852b14dafa79367646.tar.gz
diff.*Prefix: use camelCase in the doc and test titles
We added documentation for diff.srcPrefix and diff.dstPrefix with their names properly camelCased, but the diff.noPrefix is listed there in all lowercase. Also these configuration variables, both existing ones and the {src,dst}Prefix we recently added, were spelled in all lowercase in the tests in t4013. Now we are done with the main change, clean these up. Signed-off-by: Junio C Hamano <gitster@pobox.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config')
-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 fea89291c6..5ce7b91f1d 100644
--- a/Documentation/config/diff.txt
+++ b/Documentation/config/diff.txt
@@ -108,7 +108,7 @@ diff.mnemonicPrefix::
`git diff --no-index a b`;;
compares two non-git things (1) and (2).
-diff.noprefix::
+diff.noPrefix::
If set, 'git diff' does not show any source or destination prefix.
diff.srcPrefix::