X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=revision.h;h=4020e25c336356868057ee88e84b395f55b87b38;hb=e968751573a4ded76201a0e4414ec36649a92dda;hp=7d85b0f2e97884daea9dfc9020526b91e8c4974a;hpb=731651fe25a7d7a242584e4b85112a610c32a23f;p=git.git diff --git a/revision.h b/revision.h index 7d85b0f2..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,