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>
Taylor Blau committed
Jun 20, 2018 at 15:05 UTC
f8a0c6e799b98f6b502eadfadcf6acc103d6f7c6
1 file changed
+1
-1
Documentation/config.txt
+1
-1
@@ -1181,7 +1181,7 @@ color.grep.<slot>::
1181
filename prefix (when not using `-h`)
1182
`function`;;
1183
function name lines (when using `-p`)
1184
-`linenumber`;;
1184
+`lineNumber`;;
1185
line number prefix (when using `-n`)
1186
`match`;;
1187
matching text (same as setting `matchContext` and `matchSelected`)