summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Taylor Blau <me@ttaylorr.com>2018-06-20 15:05:34 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2018-06-21 13:48:36 -0700
commitf8a0c6e799b98f6b502eadfadcf6acc103d6f7c6 (patch)
tree4edbcdb60ad7add353b1f8a95d42a199e71f9768
parentMerge tag 'l10n-2.18.0-rnd3.1' of git://github.com/git-l10n/git-po (diff)
downloadtgif-f8a0c6e799b98f6b502eadfadcf6acc103d6f7c6.tar.xz
Documentation/config.txt: camel-case lineNumber for consistency
lineNumber has casing that is inconsistent with surrounding options, like color.grep.matchContext, and color.grep.matchSelected. Re-case this documentation in order to be consistent with the text around it, and to ensure that new entries are consistent, too. Signed-off-by: Taylor Blau <me@ttaylorr.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config.txt b/Documentation/config.txt
index ab641bf5a9..58fde4daea 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -1181,7 +1181,7 @@ color.grep.<slot>::
filename prefix (when not using `-h`)
`function`;;
function name lines (when using `-p`)
-`linenumber`;;
+`lineNumber`;;
line number prefix (when using `-n`)
`match`;;
matching text (same as setting `matchContext` and `matchSelected`)