Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-svn: bugfix: allow SVN:: lib users to track the root of the repository
[gitweb.git]
/
ssh-fetch.c
diff --git
a/ssh-fetch.c
b/ssh-fetch.c
index 6e16568f88f6fcbbb79d23c1f6187860c8cfb453..c7d8fa80e425695374f11746ae6592f52d8401d5 100644
(file)
--- 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);