]> git.ipfire.org Git - thirdparty/git.git/blobdiff - revision.h
tests: implicitly skip SYMLINKS tests using <prereq>
[thirdparty/git.git] / revision.h
index 568f1c98de844dbadcebf1d583bffc24e6daa677..36fdf22b299c4cc7e6f20d767d5c6a6c3f69d952 100644 (file)
@@ -57,6 +57,7 @@ struct rev_info {
                        limited:1,
                        unpacked:1,
                        boundary:2,
+                       count:1,
                        left_right:1,
                        rewrite_parents:1,
                        print_parents:1,
@@ -66,6 +67,7 @@ struct rev_info {
                        reverse_output_stage:1,
                        cherry_pick:1,
                        bisect:1,
+                       ancestry_path:1,
                        first_parent_only:1;
 
        /* Diff flags */
@@ -131,6 +133,10 @@ struct rev_info {
 
        /* notes-specific options: which refs to show */
        struct display_notes_opt notes_opt;
+
+       /* commit counts */
+       int count_left;
+       int count_right;
 };
 
 #define REV_TREE_SAME          0