[PATCH] Generic support for pulling refs
[git.git] / ssh-pull.c
index 3556d89..a426342 100644 (file)
@@ -39,6 +39,11 @@ int get_version(void)
        return 0;
 }
 
+int fetch_ref(char *ref, unsigned char *sha1)
+{
+       return -1;
+}
+
 int main(int argc, char **argv)
 {
        char *commit_id;