Merge branch 'dk/p4-import-ctypes'
[gitweb.git] / ref-filter.h
index a5cfa5e677dbdf17156c6287f57fa5694b9d5120..14d435e2ccf0204312d1f72555f1c2c36fabd215 100644 (file)
@@ -45,6 +45,7 @@ struct ref_array_item {
 struct ref_array {
        int nr, alloc;
        struct ref_array_item **items;
+       struct rev_info *revs;
 };
 
 struct ref_filter {
@@ -60,9 +61,12 @@ struct ref_filter {
        struct commit *merge_commit;
 
        unsigned int with_commit_tag_algo : 1,
-               match_as_path : 1;
+               match_as_path : 1,
+               detached : 1;
        unsigned int kind,
                lines;
+       int abbrev,
+               verbose;
 };
 
 struct ref_filter_cbdata {