diff options
author | Junio C Hamano <junkio@cox.net> | 2006-08-08 15:42:20 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-08-08 15:42:20 -0700 |
commit | 102cb08521df5f33b30c0ef41a1078a61e593943 (patch) | |
tree | 907c6791951e3ae9bae1e0c88dba505a6bbac810 /local-fetch.c | |
parent | git.c: Rename NEEDS_PREFIX to RUN_SETUP (diff) | |
parent | git-push: allow pushing from subdirectories (diff) | |
download | tgif-102cb08521df5f33b30c0ef41a1078a61e593943.tar.xz |
Merge branch 'master' into mk/rename
Diffstat (limited to 'local-fetch.c')
-rw-r--r-- | local-fetch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/local-fetch.c b/local-fetch.c index b216bdd557..4bf86fbbe2 100644 --- a/local-fetch.c +++ b/local-fetch.c @@ -210,6 +210,7 @@ int main(int argc, const char **argv) char **commit_id; int arg = 1; + setup_ident(); setup_git_directory(); git_config(git_default_config); |