Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
common-main: call git_setup_gettext()
[gitweb.git]
/
fast-import.c
diff --git
a/fast-import.c
b/fast-import.c
index 72d209c19a774c25f8f5f33a92a404723f9e941b..c434272566158a5e46d367510848c69875c3041c 100644
(file)
--- a/
fast-import.c
+++ b/
fast-import.c
@@
-3384,8
+3384,6
@@
int cmd_main(int argc, const char **argv)
{
unsigned int i;
- git_setup_gettext();
-
if (argc == 2 && !strcmp(argv[1], "-h"))
usage(fast_import_usage);