]> git.ipfire.org Git - thirdparty/git.git/blobdiff - revision.h
t3320: use git-symbolic-ref rather than filesystem access
[thirdparty/git.git] / revision.h
index 93aa012f518eb0661661f10408020e93cd8ec604..5c5510d4220679a32b2b89cc9f2867868ac392f8 100644 (file)
@@ -193,10 +193,10 @@ struct rev_info {
                        /* Diff-merge flags */
                        explicit_diff_merges: 1,
                        merges_need_diff: 1,
+                       merges_imply_patch:1,
                        separate_merges: 1,
                        combine_merges:1,
                        combined_all_paths:1,
-                       combined_imply_patch:1,
                        dense_combined_merges:1,
                        first_parent_merges:1;
 
@@ -262,6 +262,7 @@ struct rev_info {
        int min_parents;
        int max_parents;
        int (*include_check)(struct commit *, void *);
+       int (*include_check_obj)(struct object *obj, void *);
        void *include_check_data;
 
        /* diff info for patches and for paths limiting */