Merge branch 'mh/separate-ref-cache'
[gitweb.git] / ref-filter.h
index dde40f68497c5456913a764e5e02433ff5eaf509..c20167aa3c785f0060147204d963537f58617570 100644 (file)
@@ -51,7 +51,7 @@ struct ref_array {
 
 struct ref_filter {
        const char **name_patterns;
-       struct sha1_array points_at;
+       struct oid_array points_at;
        struct commit_list *with_commit;
        struct commit_list *no_commit;