Code

i18n: add infrastructure for translating Git with gettext
[git.git] / http-fetch.c
index 69299b7bd2a956266bf581df9c23589a97fca805..9719d586993066563e80639dc299dccf80388e4d 100644 (file)
@@ -22,6 +22,8 @@ int main(int argc, const char **argv)
        int get_verbosely = 0;
        int get_recover = 0;
 
+       git_setup_gettext();
+
        git_extract_argv0_path(argv[0]);
 
        while (arg < argc && argv[arg][0] == '-') {