From: Taylor Blau Date: Wed, 20 Jun 2018 20:05:34 +0000 (-0500) Subject: Documentation/config.txt: camel-case lineNumber for consistency X-Git-Tag: v2.19.0-rc0~156^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f8a0c6e799b98f6b502eadfadcf6acc103d6f7c6;p=thirdparty%2Fgit.git 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 Signed-off-by: Junio C Hamano --- 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.:: 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`)