Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge part of 'jc/diff' into next
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 5170ac425fb9adababec7ec4f12e44965172033e..a22f198515f9cce097bad41cb64139eff7459540 100644
(file)
--- 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;