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