Merge branch 'jc/report-tracking'
[gitweb.git] / revision.h
index 83f364ace240ce22d577f65e7a3f60bf20ccdf2f..f57b6c5d9a832311711e989a63911c886dd1a418 100644 (file)
@@ -11,6 +11,7 @@
 #define ADDED          (1u<<7) /* Parents already parsed and added? */
 #define SYMMETRIC_LEFT (1u<<8)
 #define TOPOSORT       (1u<<9) /* In the active toposort list.. */
+#define ALL_REV_FLAGS  ((1u<<10)-1)
 
 struct rev_info;
 struct log_info;