tag.c: implement '--merged' and '--no-merged' options
[gitweb.git] / ref-filter.h
index ef25b6ef87b437a1dadfea3a9c52e33523e73da2..a5cfa5e677dbdf17156c6287f57fa5694b9d5120 100644 (file)
@@ -59,7 +59,8 @@ struct ref_filter {
        } merge;
        struct commit *merge_commit;
 
-       unsigned int with_commit_tag_algo : 1;
+       unsigned int with_commit_tag_algo : 1,
+               match_as_path : 1;
        unsigned int kind,
                lines;
 };