diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2021-12-07 12:05:53 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-12-07 12:31:17 -0800 |
commit | a78537a0f26615b69b680845cfbb765cc665c808 (patch) | |
tree | 4d4cfb18333179aefb4cd75f5ab439dbd7796ce6 /Documentation/gitfaq.txt | |
parent | strbuf.h: use BUG(...) not die("BUG: ...") (diff) | |
download | tgif-a78537a0f26615b69b680845cfbb765cc665c808.tar.xz |
pathspec: use BUG(...) not die("BUG:%s:%d....", <file>, <line>)
Change code that was added in 8f4f8f4579f (guard against new pathspec
magic in pathspec matching code, 2013-07-14) to use the BUG() macro
instead of emitting a "fatal" message with the "__FILE__"-name and
"__LINE__"-numbers.
The original code predated the existence of the BUG() function, which
was added in d8193743e08 (usage.c: add BUG() function, 2017-05-12).
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitfaq.txt')
0 files changed, 0 insertions, 0 deletions