commit | 790872592ee51318062a2c0cc68d1040d74ca529 | [log] [tgz] |
---|---|---|
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | Sat May 21 18:43:47 2011 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Sat May 21 11:57:14 2011 -0700 |
tree | 5300d07f7b5dac61b0e7b4ec49d01625590a604e | |
parent | 22fdd11432d6177ad6f8b9e32f0c4a8101542786 [diff] |
i18n: git-am die messages The die messages in git-am need to use: die "$(gettext "string")" Since gettext(1) emits the message instead of returning it like the C equivalent, and our die() function in git-sh-setup needs to get a string as an argument. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>