summaryrefslogtreecommitdiff
path: root/upload-pack.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2016-07-01 02:07:01 -0400
committerJohannes Schindelin <johannes.schindelin@gmx.de>2016-07-02 09:55:47 +0200
commit25922046ff726725d4ab8933968caebc61c66f70 (patch)
treee55a04bc5495447857bc9a8b7e36fa41602915f6 /upload-pack.c
parent55888716a7aae0224049a145d6213b8408ccdd7f (diff)
downloadgit-js/common-main-maint.tar.gz
common-main: call git_setup_gettext()js/common-main-maint
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>
Diffstat (limited to 'upload-pack.c')
-rw-r--r--upload-pack.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/upload-pack.c b/upload-pack.c
index eda3e39f17..b97a7659d1 100644
--- a/upload-pack.c
+++ b/upload-pack.c
@@ -822,8 +822,6 @@ int cmd_main(int argc, const char **argv)
int i;
int strict = 0;
- git_setup_gettext();
-
packet_trace_identity("upload-pack");
check_replace_refs = 0;