Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Increase the number of possible heads requested from git-upload-pack
[gitweb.git]
/
init-db.c
diff --git
a/init-db.c
b/init-db.c
index 1aa0d72d7ea882331f22aac5add5482d980ff9d3..6990903bf75ef3cb4764166f2537fd64c4d07f18 100644
(file)
--- a/
init-db.c
+++ b/
init-db.c
@@
-87,5
+87,7
@@
int main(int argc, char **argv)
sprintf(path+len, "/%02x", i);
safe_create_dir(path);
}
+ strcpy(path+len, "/pack");
+ safe_create_dir(path);
return 0;
}