Code

add a Makefile switch to avoid gettext translation in shell scripts
authorAlex Riesen <raa.lkml@gmail.com>
Mon, 23 Jan 2012 22:04:29 +0000 (14:04 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Jan 2012 22:24:14 +0000 (14:24 -0800)
commitad17ea734770126bfe1027a8a999e9e2d9f62145
treebbc04c122860c7c59536f22c6027e4e66ce6f705
parent42f16113ee87ff667fef3a821e530ce2393c6a35
add a Makefile switch to avoid gettext translation in shell scripts

Some systems have gettext.sh (GNU gettext) installed, but it is either
broken or misconfigured in such a way so its output is not usable.  In
case the users of these systems are unable or not interested in fixing
them, setting the new Makefile switch should help:

    make USE_GETTEXT_SCHEME=fallthrough

This will replace the translation routines with fallthrough versions,
that does not use gettext from the platform.

Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile
git-sh-i18n.sh