diff options
Diffstat (limited to 'http-fetch.c')
-rw-r--r-- | http-fetch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/http-fetch.c b/http-fetch.c index 1aad39b4d8..36af3e5b94 100644 --- a/http-fetch.c +++ b/http-fetch.c @@ -1226,6 +1226,7 @@ int main(int argc, const char **argv) int arg = 1; int rc = 0; + setup_ident(); setup_git_directory(); git_config(git_default_config); |