Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
ls-remote: define die() now we do not use git-sh-setup
[gitweb.git]
/
fetch-pack.c
diff --git
a/fetch-pack.c
b/fetch-pack.c
index 65659826601eb9c850266539f6c9e7807a0b467e..58ba2094dc6eda7e0429cf83730f8c4c84e4c084 100644
(file)
--- a/
fetch-pack.c
+++ b/
fetch-pack.c
@@
-424,6
+424,8
@@
int main(int argc, char **argv)
int fd[2];
pid_t pid;
+ setup_git_directory();
+
nr_heads = 0;
heads = NULL;
for (i = 1; i < argc; i++) {