]> git.ipfire.org Git - thirdparty/git.git/commit - submodule.c
Convert remaining die*(BUG) messages
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 2 May 2018 09:38:41 +0000 (11:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 6 May 2018 10:06:14 +0000 (19:06 +0900)
commitc3c3486b246fffef82b5541ca2d2850b2fcf34d5
treea03d18f6ba9f6345da431c67b11f26a5189daa36
parent033abf97fcbc247eabf915780181d947cfb66205
Convert remaining die*(BUG) messages

These were not caught by the previous commit, as they did not match the
regular expression.

While at it, remove the localization from one instance: we never want
BUG() messages to be translated, as they target Git developers, not the
end user (hence it would be quite unhelpful to not only burden the
translators, but then even end up with a bug report in a language that
no core Git contributor understands).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-compat-util.h
pathspec.c
submodule.c
vcs-svn/fast_export.c