X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http-fetch.c;h=ba3ea106708de01fc933e6743ab109bef2697f75;hb=47de6b0425c79081e64756dcc019bb26344bf7ad;hp=94d47cbb287f7d3ea76b71f3ef39ddeea3b9202c;hpb=d0482e88a735787f7bb33ef4783be0e7f6a70946;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] == '-') {