| 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) | ||
| commit | dd0eaf3437ba62a6ca5a6687156720a9d01085cd | |
| tree | bb210cba43f3670c1c0d0c5cf03967fdd36887e9 | tree | snapshot |
| parent | d26ceca257ff4378437d5caaa206d0f39480fb91 | commit | diff |
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>
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 | diff | blob | history |