]> git.ipfire.org Git - thirdparty/git.git/commit
subtree: prefix die messages with 'fatal'
authorPhilippe Blain <levraiphilippeblain@gmail.com>
Fri, 21 Oct 2022 15:13:34 +0000 (15:13 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Oct 2022 20:51:05 +0000 (13:51 -0700)
commit5626a9e2a93e4dd0ce13005a7fc1d74c2c3e4fd2
treef4873ca3274f6f47154b3b365490ed69865c2f55
parent2e94339fdc3122fd2f92e865105523bc3866a65f
subtree: prefix die messages with 'fatal'

Just as was done in 0008d12284 (submodule: prefix die messages with
'fatal', 2021-07-10) for 'git-submodule.sh', make the 'die' messages
outputed by 'git-subtree.sh' more in line with the rest of the code base
by prefixing them with "fatal: ", and do not capitalize their first
letter.

Signed-off-by: Philippe Blain <levraiphilippeblain@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/subtree/git-subtree.sh
contrib/subtree/t/t7900-subtree.sh