X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http-fetch.c;h=9719d586993066563e80639dc299dccf80388e4d;hb=v1.7.8-rc2-1-g5e9637c;hp=69299b7bd2a956266bf581df9c23589a97fca805;hpb=e283548b85791fad6752e03cc15c6271b80c5fae;p=git.git diff --git a/http-fetch.c b/http-fetch.c index 69299b7bd..9719d5869 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] == '-') {