summaryrefslogtreecommitdiffstats
path: root/revision.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@osdl.org>2006-02-27 17:54:36 +0100
committerJunio C Hamano <junkio@cox.net>2006-02-27 20:10:16 +0100
commitd9a83684c473e04c61f0060c4926d20f8183f7b6 (patch)
tree09cfb3bda4137a5376477fc6659e933fa4657cf4 /revision.h
parentrev-list split: minimum fixup. (diff)
downloadgit-d9a83684c473e04c61f0060c4926d20f8183f7b6.tar.xz
git-d9a83684c473e04c61f0060c4926d20f8183f7b6.zip
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>
Diffstat (limited to 'revision.h')
-rw-r--r--revision.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/revision.h b/revision.h
index 5170ac425f..a22f198515 100644
--- a/revision.h
+++ b/revision.h
@@ -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;