]> git.ipfire.org Git - thirdparty/git.git/blobdiff - revision.h
stat_tracking_info(): clear object flags used during counting
[thirdparty/git.git] / revision.h
index abce5001f19a60bb15b519b26773b57c83563021..e8bac6d14161dfd7121967726c3ba30eded5b7eb 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;