Revert "Merge branch 'ps/contains-id-error-message' into next"
[gitweb.git] / ref-filter.h
index 0d98342b343196387c0f4e2dcd5978a9361d8edb..62f37760fc33e30befb76deb262323e8e474ec8d 100644 (file)
@@ -55,6 +55,9 @@ struct ref_filter {
        struct commit_list *with_commit;
        struct commit_list *no_commit;
 
+       struct string_list with_commit_strs;
+       struct string_list no_commit_strs;
+
        enum {
                REF_FILTER_MERGED_NONE = 0,
                REF_FILTER_MERGED_INCLUDE,