Code

gettextize: git-am die messages
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 7 Sep 2010 14:11:04 +0000 (14:11 +0000)
committerÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Sat, 30 Oct 2010 07:58:16 +0000 (07:58 +0000)
commitdd0eaf3437ba62a6ca5a6687156720a9d01085cd
treebb210cba43f3670c1c0d0c5cf03967fdd36887e9
parentd26ceca257ff4378437d5caaa206d0f39480fb91
gettextize: 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>
git-am.sh