diff options
author | Ævar Arnfjörð Bjarmason <avarab@gmail.com> | 2011-05-14 15:47:43 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-05-15 05:29:11 +0200 |
commit | e00cf070a45351e4170b75e016597695d1962a87 (patch) | |
tree | a819f35973dc3ccea34ab0b5fbd4cba0824226fe /Makefile | |
parent | git-sh-i18n--envsubst: our own envsubst(1) for eval_gettext() (diff) | |
download | git-e00cf070a45351e4170b75e016597695d1962a87.tar.xz git-e00cf070a45351e4170b75e016597695d1962a87.zip |
git-sh-i18n.sh: add no-op gettext() and eval_gettext() wrappers
Add a no-op wrapper library for Git's shell scripts. To split up the
gettext series I'm first submitting patches to gettextize the source
tree before I add any of the Makefile and Shell library changes needed
to actually use them.
Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -381,6 +381,7 @@ SCRIPT_LIB += git-rebase--am SCRIPT_LIB += git-rebase--interactive SCRIPT_LIB += git-rebase--merge SCRIPT_LIB += git-sh-setup +SCRIPT_LIB += git-sh-i18n SCRIPT_PERL += git-add--interactive.perl SCRIPT_PERL += git-difftool.perl |