X-Git-Url: https://git.octo.it/?p=git.git;a=blobdiff_plain;f=revision.h;h=4020e25c336356868057ee88e84b395f55b87b38;hp=48d7b4ca94f3fd00f7a1f6a3fb57ebed934ffc0d;hb=HEAD;hpb=24735cfc500feb2a8dba9f140080ab3476363d28 diff --git a/revision.h b/revision.h index 48d7b4ca..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, @@ -58,6 +59,10 @@ struct rev_info { unsigned int abbrev; enum cmit_fmt commit_format; struct log_info *loginfo; + int nr, total; + const char *mime_boundary; + const char *add_signoff; + const char *extra_headers; /* special limits */ int max_count;