Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
object-store: move object access functions to object-store.h
[gitweb.git]
/
fetch-pack.c
diff --git
a/fetch-pack.c
b/fetch-pack.c
index adc1b68dd3ae87e6ff7501e6f3f3760c7b923d5e..a1535b37b9b7a24c99e505854b1ccdd49ddd0aaa 100644
(file)
--- a/
fetch-pack.c
+++ b/
fetch-pack.c
@@
-19,6
+19,7
@@
#include "sha1-array.h"
#include "oidset.h"
#include "packfile.h"
+#include "object-store.h"
static int transfer_unpack_limit = -1;
static int fetch_unpack_limit = -1;