X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=http-push.c;h=f22f7e43caa3e804c5c8275ba0312d58611d7da3;hb=d50b2c73b6ffcdc9a55efa38542d02773df44407;hp=cdfdd4f79199261b2a62012381728d676484e424;hpb=d899cf559b6a93006993752e7a89d13606380227;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);