summaryrefslogtreecommitdiff
path: root/local-fetch.c
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-08-08 15:42:20 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-08-08 15:42:20 -0700
commit102cb08521df5f33b30c0ef41a1078a61e593943 (patch)
tree907c6791951e3ae9bae1e0c88dba505a6bbac810 /local-fetch.c
parentgit.c: Rename NEEDS_PREFIX to RUN_SETUP (diff)
parentgit-push: allow pushing from subdirectories (diff)
downloadtgif-102cb08521df5f33b30c0ef41a1078a61e593943.tar.xz
Merge branch 'master' into mk/rename
Diffstat (limited to 'local-fetch.c')
-rw-r--r--local-fetch.c1
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);