Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
i18n: add infrastructure for translating Git with gettext
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index 8d8ea3c45c0be5481c7b452c27ee0d163d69fb00..b59e7db6a6efe3299b95cc0d68b7f7e0f0c5a8d3 100644
(file)
--- a/
fast-import.c
+++ b/
fast-import.c
@@
-3292,6
+3292,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);