[PATCH] cvs2git and file permissions
[git.git] / local-pull.c
index afdba9f..8bfe67b 100644 (file)
@@ -73,6 +73,11 @@ int fetch(unsigned char *sha1)
        return -1;
 }
 
+int fetch_ref(char *ref, unsigned char *sha1)
+{
+       return -1;
+}
+
 static const char *local_pull_usage = 
 "git-local-pull [-c] [-t] [-a] [-l] [-s] [-n] [-v] [-d] [--recover] commit-id path";