]> git.ipfire.org Git - thirdparty/git.git/commit
builtin/branch.c: adjust error messages to coding guidelines
authorIsoken June Ibizugbe <isokenjune@gmail.com>
Mon, 23 Oct 2023 16:06:56 +0000 (17:06 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Oct 2023 19:22:57 +0000 (12:22 -0700)
commit12b99928c8fc85a2500f34ef4f492b427b13f088
tree497990ff1f4a080288c16ab233a39a4d1b8dbb50
parentceadf0f3cf51550166a387ec8508bb55e7883057
builtin/branch.c: adjust error messages to coding guidelines

As per the CodingGuidelines document, it is recommended that error messages
such as die(), error() and warning(), should start with a lowercase letter
and should not end with a period.

This patch adjusts tests to match updated messages.

Signed-off-by: Isoken June Ibizugbe <isokenjune@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/branch.c
t/t2407-worktree-heads.sh
t/t3200-branch.sh
t/t3202-show-branch.sh