Code

Git 1.7.9-rc0
[git.git] / git.c
diff --git a/git.c b/git.c
index 250f4483eae3c8184e0f4bfc65c96cbb9e32756e..fb9029cbf17bdad1d52ea6eae0c8f4ddf6a13979 100644 (file)
--- a/git.c
+++ b/git.c
@@ -538,6 +538,8 @@ int main(int argc, const char **argv)
        if (!cmd)
                cmd = "git-help";
 
+       git_setup_gettext();
+
        /*
         * "git-xxxx" is the same as "git xxxx", but we obviously:
         *