[PATCH] Parallelize the pull algorithm
[git.git] / ssh-pull.c
index 26356dd..4cf9b6a 100644 (file)
@@ -10,6 +10,10 @@ static int fd_out;
 static unsigned char remote_version = 0;
 static unsigned char local_version = 1;
 
+void prefetch(unsigned char *sha1)
+{
+}
+
 int fetch(unsigned char *sha1)
 {
        int ret;