]> git.ipfire.org Git - thirdparty/git.git/commit
commit-graph: mark chunk error messages for translation
authorJeff King <peff@peff.net>
Thu, 9 Nov 2023 07:26:28 +0000 (02:26 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 9 Nov 2023 10:07:54 +0000 (19:07 +0900)
commite02039167371a842a12cc571582c089c287e7233
tree3c0a20966116ffaea4a7ba631e6e72be0ccc2d81
parentf4e4756c545359fed7786b11d22f84db61babe21
commit-graph: mark chunk error messages for translation

The patches from f32af12cee (Merge branch 'jk/chunk-bounds', 2023-10-23)
added many new untranslated error messages. While it's unlikely for most
users to see these messages at all, most of the other commit-graph error
messages are translated (and likewise for the matching midx messages).

Let's mark them all for consistency (and to help any poor unfortunate
user who does manage to find a broken graph file).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
commit-graph.c