]> git.ipfire.org Git - thirdparty/git.git/commit
show-index: use gettext wrapping in user facing error messages
authorShreyansh Paliwal <shreyanshpaliwalcmsmn@gmail.com>
Fri, 30 Jan 2026 15:31:24 +0000 (21:01 +0530)
committerJunio C Hamano <gitster@pobox.com>
Fri, 30 Jan 2026 16:58:12 +0000 (08:58 -0800)
commit227e2cc4e1415c4aeadceef527dd33e478ad5ec3
tree865d21d17c8d34501d2b35b646dc260597af016e
parentea39808a22714b8f61b9472de7ef467ced15efea
show-index: use gettext wrapping in user facing error messages

Multiple 'die()' calls in show-index.c use literal strings directly.

Wrap all user-facing 'die()' messages with '_()' so they can be translated
via gettext, this ensures better support for users.

Signed-off-by: Shreyansh Paliwal <shreyanshpaliwalcmsmn@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/show-index.c