Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
sha1_name.c: rename "now" to "current"
[gitweb.git]
/
git.c
diff --git
a/git.c
b/git.c
index 250f4483eae3c8184e0f4bfc65c96cbb9e32756e..fb9029cbf17bdad1d52ea6eae0c8f4ddf6a13979 100644
(file)
--- 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:
*