]> git.ipfire.org Git - thirdparty/git.git/commit - config.c
config: lower-case first word of error strings
authorJeff King <peff@peff.net>
Sat, 9 Apr 2016 17:42:31 +0000 (13:42 -0400)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Apr 2016 18:14:02 +0000 (11:14 -0700)
commit8c3ca351cb125c94870d7b8278a7efa1f1474d22
treec84c7034e3580ef1aae42980b0b868947c2bf7ac
parentd95553a6b8c5153f541adcfc3346004e8249b0e6
config: lower-case first word of error strings

This follows our usual style (both throughout git, and
throughout the rest of this file).

This covers the whole file, but note that I left the capitalization in
the multi-sentence:

  error: malformed value...
  error: Must be one of ...

because it helps make it clear that we are starting a new sentence in
the second one.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
config.c