summaryrefslogtreecommitdiffstats
path: root/imap-send.c
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2011-12-20 01:06:41 +0100
committerJunio C Hamano <gitster@pobox.com>2011-12-20 01:06:41 +0100
commit2dccad3c6f9df2b1eea7eb5617e2748a7f2daa40 (patch)
tree3753154d3da34ff50e82a667a75ad56437d4d12f /imap-send.c
parentMerge branch 'ew/keepalive' (diff)
parenti18n: add infrastructure for translating Git with gettext (diff)
downloadgit-2dccad3c6f9df2b1eea7eb5617e2748a7f2daa40.tar.xz
git-2dccad3c6f9df2b1eea7eb5617e2748a7f2daa40.zip
Merge branch 'ab/enable-i18n'
* ab/enable-i18n: i18n: add infrastructure for translating Git with gettext Conflicts: Makefile
Diffstat (limited to 'imap-send.c')
-rw-r--r--imap-send.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/imap-send.c b/imap-send.c
index 80e0e8c051..91763d3018 100644
--- a/imap-send.c
+++ b/imap-send.c
@@ -1538,6 +1538,8 @@ int main(int argc, char **argv)
git_extract_argv0_path(argv[0]);
+ git_setup_gettext();
+
if (argc != 1)
usage(imap_send_usage);