summaryrefslogtreecommitdiff
path: root/imap-send.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2016-07-01 06:07:01 (GMT)
committerJunio C Hamano <gitster@pobox.com>2016-07-01 22:09:10 (GMT)
commit5ce5f5fa5ad3de3c36fdd00df2d5c045ad1d7f04 (patch)
tree980b0f34b834b35e6a9c8bc97d1aef01cf9e7a79 /imap-send.c
parent12e0437f237ad72df3a2f3f8b067cf8097d792f1 (diff)
downloadgit-5ce5f5fa5ad3de3c36fdd00df2d5c045ad1d7f04.zip
git-5ce5f5fa5ad3de3c36fdd00df2d5c045ad1d7f04.tar.gz
git-5ce5f5fa5ad3de3c36fdd00df2d5c045ad1d7f04.tar.bz2
common-main: call git_setup_gettext()
This should be part of every program, as otherwise users do not get translated error messages. However, some external commands forgot to do so (e.g., git-credential-store). This fixes them, and eliminates the repeated code in programs that did remember to use it. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'imap-send.c')
-rw-r--r--imap-send.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/imap-send.c b/imap-send.c
index 125b218..9cbe27f 100644
--- a/imap-send.c
+++ b/imap-send.c
@@ -1500,8 +1500,6 @@ int cmd_main(int argc, const char **argv)
int total;
int nongit_ok;
- git_setup_gettext();
-
setup_git_directory_gently(&nongit_ok);
git_imap_config();