X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=git.c;h=fb9029cbf17bdad1d52ea6eae0c8f4ddf6a13979;hb=478c44658e9c92c2c17ab4775f3c31ea713ec7de;hp=250f4483eae3c8184e0f4bfc65c96cbb9e32756e;hpb=b3ae9d8e57166c771926e3f55555bf248b71202a;p=git.git diff --git a/git.c b/git.c index 250f4483e..fb9029cbf 100644 --- 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: *