]> git.ipfire.org Git - thirdparty/git.git/commit
fetch: lowercase error messages
authorAnders Kaseorg <andersk@mit.edu>
Wed, 1 Dec 2021 22:15:40 +0000 (14:15 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Dec 2021 06:18:24 +0000 (22:18 -0800)
commit66996bea9b6423d8ba9d676e2325323e3179975f
treeaa730dcfdee8e7ea1a635b1ac03915aa3132af47
parentabe6bb3905392d5eb6b01fa6e54d7e784e0522aa
fetch: lowercase error messages

Documentation/CodingGuidelines says “do not end error messages with a
full stop” and “do not capitalize the first word”.  Clean up existing
messages, some of which we will be touching in later steps in the
series, that deviate from these rules in this file, as a preparation for
the main part of the topic.

Signed-off-by: Anders Kaseorg <andersk@mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fetch.c