Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
revision: --max-age alone does not need limit_list() anymore.
[gitweb.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index 61e6bc9f4b12973b7faa69f63cb6986e9e19a080..0caeecf00f1aedf753f9f1fa88c3b5113cc53a52 100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-34,7
+34,8
@@
struct rev_info {
edge_hint:1,
limited:1,
unpacked:1,
- boundary:1;
+ boundary:1,
+ parents:1;
/* special limits */
int max_count;