X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=revision.h;h=0caeecf00f1aedf753f9f1fa88c3b5113cc53a52;hb=5f2f4240022418e9a75505f11298db54a5da12d2;hp=6c2becad1394829142a3775a43097f65de4e524a;hpb=28f7533f706d29b21fef199b9ad154df069fc624;p=git.git diff --git a/revision.h b/revision.h index 6c2becad..0caeecf0 100644 --- a/revision.h +++ b/revision.h @@ -6,6 +6,7 @@ #define TREECHANGE (1u<<2) #define SHOWN (1u<<3) #define TMP_MARK (1u<<4) /* for isolated cases; clean after use */ +#define BOUNDARY (1u<<5) struct rev_info; @@ -32,7 +33,9 @@ struct rev_info { blob_objects:1, edge_hint:1, limited:1, - unpacked:1; + unpacked:1, + boundary:1, + parents:1; /* special limits */ int max_count;