Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
untracked cache: guard and disable on system changes
[gitweb.git]
/
remote-curl.c
diff --git
a/remote-curl.c
b/remote-curl.c
index 515ac9b411a211936a575628706a30ea4a2ccc3f..deb4bfe684512ea48fbc0d2663270e44722db26b 100644
(file)
--- a/
remote-curl.c
+++ b/
remote-curl.c
@@
-962,6
+962,8
@@
int main(int argc, const char **argv)
struct strbuf buf = STRBUF_INIT;
int nongit;
+ git_setup_gettext();
+
git_extract_argv0_path(argv[0]);
setup_git_directory_gently(&nongit);
if (argc < 2) {