Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
i18n: add infrastructure for translating Git with gettext
[gitweb.git]
/
http-push.c
diff --git
a/http-push.c
b/http-push.c
index edd553b7f69ed92fde301966e605e7562703718a..f856299254fb7d2cf120c423fdb25748357ef926 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);