Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
do_for_each_reflog(): return early on error
[gitweb.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index cdfdd4f79199261b2a62012381728d676484e424..f22f7e43caa3e804c5c8275ba0312d58611d7da3 100644
(file)
--- 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);