upload-pack: convert remaining parse_object callers to object_id
[gitweb.git] / ref-filter.h
index dde40f68497c5456913a764e5e02433ff5eaf509..6552024f09e4d4d587eaf49377e7504a79818c1d 100644 (file)
@@ -34,7 +34,7 @@ struct ref_sorting {
 };
 
 struct ref_array_item {
-       unsigned char objectname[20];
+       struct object_id objectname;
        int flag;
        unsigned int kind;
        const char *symref;
@@ -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;