[PATCH] Parallelize the pull algorithm
[git.git] / local-pull.c
index 29ae166..b715203 100644 (file)
@@ -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;