]> git.99rst.org Git - git.git/commit
BUG(): remove leading underscore of the format string
authorLidong Yan <redacted>
Tue, 3 Jun 2025 02:01:14 +0000 (02:01 +0000)
committerJunio C Hamano <redacted>
Tue, 3 Jun 2025 15:36:11 +0000 (08:36 -0700)
commit5dceb8bd054af0b9955e0751841fb40f13c85fba
tree8702004ac3efa68c1bd3012efa5063de55b84f19
parentd50a5e8939abfc07c2ff97ae72e9330939b36ee0
BUG(): remove leading underscore of the format string

BUG() is not end-user facing but programmer facing, and we do not
use _("...") in them. Replace all `BUG(_("..."))` with `BUG("...")`

Signed-off-by: Lidong Yan <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/mktag.c
builtin/worktree.c
pack-bitmap-write.c
git clone https://git.99rst.org/PROJECT