]> git.ipfire.org Git - thirdparty/git.git/blobdiff - revision.h
Merge branch 'jh/fsck-promisors'
[thirdparty/git.git] / revision.h
index d7a35c8c9e752cea0ea05ee7e13d696814470a83..3dee97bfb97a4abd636ad7055eb84cf5dea79558 100644 (file)
@@ -122,7 +122,10 @@ struct rev_info {
                        ancestry_path:1,
                        first_parent_only:1,
                        line_level_traverse:1,
-                       tree_blobs_in_commit_order:1;
+                       tree_blobs_in_commit_order:1,
+
+                       /* for internal use only */
+                       exclude_promisor_objects:1;
 
        /* Diff flags */
        unsigned int    diff:1,