Merge branch 'mh/separate-ref-cache'
[gitweb.git] / ref-filter.h
index e5e177d5f18f78ae7cb2985222266b5fd2396250..c20167aa3c785f0060147204d963537f58617570 100644 (file)
@@ -53,6 +53,7 @@ struct ref_filter {
        const char **name_patterns;
        struct oid_array points_at;
        struct commit_list *with_commit;
+       struct commit_list *no_commit;
 
        enum {
                REF_FILTER_MERGED_NONE = 0,