X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http-fetch.c;h=ba3ea106708de01fc933e6743ab109bef2697f75;hb=fdec2eb8ebbf995a77e2ab9971565c792b52944a;hp=94d47cbb287f7d3ea76b71f3ef39ddeea3b9202c;hpb=e521850bfd4aa79632c99293a39dad56bcaa4143;p=git.git diff --git a/http-fetch.c b/http-fetch.c index 94d47cbb2..ba3ea1067 100644 --- a/http-fetch.c +++ b/http-fetch.c @@ -22,6 +22,8 @@ int main(int argc, const char **argv) int get_verbosely = 0; int get_recover = 0; + git_setup_gettext(); + git_extract_argv0_path(argv[0]); while (arg < argc && argv[arg][0] == '-') {