Rename sha1_array to oid_array
[gitweb.git] / remote-curl.c
index 5e712e4aa1365048a9a8b24d32343acefe09c39d..82a019d7db79a76f499604ae41dac44693aaab03 100644 (file)
@@ -163,7 +163,7 @@ struct discovery {
        char *buf;
        size_t len;
        struct ref *refs;
-       struct sha1_array shallow;
+       struct oid_array shallow;
        unsigned proto_git : 1;
 };
 static struct discovery *last_discovery;