summaryrefslogtreecommitdiff
path: root/local-pull.c
diff options
context:
space:
mode:
Diffstat (limited to 'local-pull.c')
-rw-r--r--local-pull.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/local-pull.c b/local-pull.c
index 29ae166395..b715203f6f 100644
--- a/local-pull.c
+++ b/local-pull.c
@@ -11,6 +11,10 @@ static int use_filecopy = 1;
static char *path; /* "Remote" git repository */
+void prefetch(unsigned char *sha1)
+{
+}
+
int fetch(unsigned char *sha1)
{
static int object_name_start = -1;