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