Merge branch 'lt/logopt' into next
[gitweb.git] / revision.h
index 6eaa9048a93ec152346a335de8af604aafa0faf5..74dc5ef179e9778b874ceee7aefc6162892b116a 100644 (file)
@@ -26,6 +26,7 @@ struct rev_info {
        /* Traversal flags */
        unsigned int    dense:1,
                        no_merges:1,
+                       no_walk:1,
                        remove_empty_trees:1,
                        lifo:1,
                        topo_order:1,
@@ -55,6 +56,7 @@ struct rev_info {
        enum cmit_fmt   commit_format;
        const char      *header_prefix;
        const char      *header;
+       const char      *use_precomputed_header;
 
        /* special limits */
        int max_count;