X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http-push.c;h=f22f7e43caa3e804c5c8275ba0312d58611d7da3;hb=d3f2475c01d9e90dbadacbe2c35854f6d11e6409;hp=cdfdd4f79199261b2a62012381728d676484e424;hpb=00754b20f931e0e85fe12e59111cf250d51d288b;p=git.git diff --git a/http-push.c b/http-push.c index cdfdd4f79..f22f7e43c 100644 --- a/http-push.c +++ b/http-push.c @@ -1748,6 +1748,8 @@ int main(int argc, char **argv) int new_refs; struct ref *ref, *local_refs; + git_setup_gettext(); + git_extract_argv0_path(argv[0]); repo = xcalloc(sizeof(*repo), 1);