/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
object.h: centralize object flag allocation
[git/git.git]
/
revision.h
diff --git
a/revision.h
b/revision.h
index
88967d6
..
531fb0d
100644
(file)
--- a/
revision.h
+++ b/
revision.h
@@
-7,6
+7,7
@@
#include "commit.h"
#include "diff.h"
+/* Remember to update object flag allocation in object.h */
#define SEEN (1u<<0)
#define UNINTERESTING (1u<<1)
#define TREESAME (1u<<2)