X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=revision.h;h=4020e25c336356868057ee88e84b395f55b87b38;hb=ae448e3854d8b6e7e37aa88fa3917f5dd97f3210;hp=75796bc13888bef30c0740a00ec221e78ba3498f;hpb=cf2251b60460e651a5e00afe9ef7c427ad296711;p=git.git diff --git a/revision.h b/revision.h index 75796bc1..4020e25c 100644 --- a/revision.h +++ b/revision.h @@ -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;