Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
add a Makefile switch to avoid gettext translation in shell scripts
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index 350b2e9e107b8dadf129f00817b6ad3e85d9d973..4b9c4b73a020e9eefa4caf0bd6ec833df424c9a0 100644
(file)
--- a/
fast-import.c
+++ b/
fast-import.c
@@
-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);