summaryrefslogtreecommitdiff
path: root/ssh-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 /ssh-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 'ssh-fetch.c')
-rw-r--r--ssh-fetch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ssh-fetch.c b/ssh-fetch.c
index 6e16568f88..c7d8fa80e4 100644
--- a/ssh-fetch.c
+++ b/ssh-fetch.c
@@ -132,6 +132,7 @@ int main(int argc, char **argv)
prog = getenv("GIT_SSH_PUSH");
if (!prog) prog = "git-ssh-upload";
+ setup_ident();
setup_git_directory();
git_config(git_default_config);