mailinfo: ignore blanks after in-body headers.
[git.git] / revision.h
index 75796bc..4020e25 100644 (file)
@@ -30,6 +30,7 @@ struct rev_info {
                        no_merges:1,
                        no_walk:1,
                        remove_empty_trees:1,
+                       simplify_history:1,
                        lifo:1,
                        topo_order:1,
                        tag_objects:1,
@@ -61,6 +62,7 @@ struct rev_info {
        int             nr, total;
        const char      *mime_boundary;
        const char      *add_signoff;
+       const char      *extra_headers;
 
        /* special limits */
        int max_count;