]> git.ipfire.org Git - thirdparty/git.git/commit - merge-recursive.c
die("bug"): report bugs consistently
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 26 Jul 2016 16:05:50 +0000 (18:05 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Jul 2016 18:13:44 +0000 (11:13 -0700)
commitef1177d18e35c030c37aa533002a11d98361e6b9
tree90eb1a0e29d7b42049662d43066269764c5a768c
parent3be18b47e4249a3e3f8ae9968abffc954c7e293a
die("bug"): report bugs consistently

The vast majority of error messages in Git's source code which report a
bug use the convention to prefix the message with "BUG:".

As part of cleaning up merge-recursive to stop die()ing except in case of
detected bugs, let's just make the remainder of the bug reports consistent
with the de facto rule.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/ls-files.c
builtin/update-index.c
grep.c
imap-send.c
merge-recursive.c
sha1_file.c
trailer.c
transport.c
wt-status.c