Merge branch 'ly/do-not-localize-bug-messages'

Code clean-up.

* ly/do-not-localize-bug-messages:
  BUG(): remove leading underscore of the format string
This commit is contained in:
Junio C Hamano
2025-06-17 10:44:40 -07:00
3 changed files with 3 additions and 3 deletions

View File

@@ -1087,7 +1087,7 @@ void bitmap_writer_finish(struct bitmap_writer *writer,
oid_access);
if (commit_pos < 0)
BUG(_("trying to write commit not in index"));
BUG("trying to write commit not in index");
stored->commit_pos = commit_pos + base_objects;
}