X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=fast-import.c;h=b59e7db6a6efe3299b95cc0d68b7f7e0f0c5a8d3;hb=v1.7.8-rc2-1-g5e9637c;hp=8d8ea3c45c0be5481c7b452c27ee0d163d69fb00;hpb=963838402a94e7fcbd1a73019f80aff708972af8;p=git.git diff --git a/fast-import.c b/fast-import.c index 8d8ea3c45..b59e7db6a 100644 --- 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);