Splitting rev-list into revisions lib, end of beginning.
This makes the rewrite easier to validate in that revision flag parsing and warlking part are now all in rev_info structure. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
committed by
Junio C Hamano
parent
d9cfb964c7
commit
d9a83684c4
@ -21,7 +21,9 @@ struct rev_info {
|
||||
tag_objects:1,
|
||||
tree_objects:1,
|
||||
blob_objects:1,
|
||||
edge_hint:1;
|
||||
edge_hint:1,
|
||||
limited:1,
|
||||
unpacked:1;
|
||||
|
||||
/* special limits */
|
||||
int max_count;
|
||||
|
||||
Reference in New Issue
Block a user