]> git.ipfire.org Git - thirdparty/git.git/blobdiff - http-push.c
i18n: add infrastructure for translating Git with gettext
[thirdparty/git.git] / http-push.c
index edd553b7f69ed92fde301966e605e7562703718a..f856299254fb7d2cf120c423fdb25748357ef926 100644 (file)
@@ -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);