]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/add.c: clean up die() messages
authorNaomi Ibe <naomi.ibeh69@gmail.com>
Tue, 17 Oct 2023 11:39:45 +0000 (12:39 +0100)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Oct 2023 19:41:55 +0000 (12:41 -0700)
commit48399e9cf0348060fc03df794dab587eaf14cc6e
tree61552aa83f39ddf95e888e577731e6cf348c3b4d
parent43c8a30d150ecede9709c1f2527c8fba92c65f40
builtin/add.c: clean up die() messages

As described in the CodingGuidelines document, a single line message
given to die() and its friends should not capitalize its first word,
and should not add full-stop at the end.

Signed-off-by: Naomi Ibe <naomi.ibeh69@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/add.c