tag.c: use 'ref-filter' data structures
[gitweb.git] / ref-filter.h
index ab76b22de6c32eca6e07abfe6aa70cf6f8c39ab8..a5cfa5e677dbdf17156c6287f57fa5694b9d5120 100644 (file)
@@ -28,7 +28,8 @@ struct atom_value;
 struct ref_sorting {
        struct ref_sorting *next;
        int atom; /* index into used_atom array (internal) */
-       unsigned reverse : 1;
+       unsigned reverse : 1,
+               version : 1;
 };
 
 struct ref_array_item {
@@ -58,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;
 };