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:
Linus Torvalds
2006-02-27 08:54:36 -08:00
committed by Junio C Hamano
parent d9cfb964c7
commit d9a83684c4
3 changed files with 22 additions and 22 deletions

View File

@ -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;