]> git.ipfire.org Git - thirdparty/git.git/commit
branch: lowercase error messages
authorAnders Kaseorg <andersk@mit.edu>
Wed, 1 Dec 2021 22:15:42 +0000 (14:15 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Dec 2021 06:18:25 +0000 (22:18 -0800)
commit7435e7e2e7645124679eedbfb1443b8408f29219
tree1f628a8bb044de33b18dae2c57e2d295e04a847d
parentc25edee9a5dd9481e00ee5d2d40d4b9f8231993f
branch: 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>
branch.c
t/t2018-checkout-branch.sh
t/t3200-branch.sh