Merge branch 'ab/enable-i18n'

* ab/enable-i18n:
  i18n: add infrastructure for translating Git with gettext

Conflicts:
	Makefile
This commit is contained in:
Junio C Hamano
2011-12-19 16:06:41 -08:00
37 changed files with 1291 additions and 39 deletions

View File

@ -3305,6 +3305,8 @@ int main(int argc, const char **argv)
git_extract_argv0_path(argv[0]);
git_setup_gettext();
if (argc == 2 && !strcmp(argv[1], "-h"))
usage(fast_import_usage);