Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Remove unused object-ref code
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index 43ba6a3ba568fb0b9e93c8aeb78782e12bfda416..d3b898708b0c30e2de979e51e31c0a95918ea348 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-189,6
+189,7
@@
enum object_type {
/* 5 for future expansion */
OBJ_OFS_DELTA = 6,
OBJ_REF_DELTA = 7,
+ OBJ_ANY,
OBJ_MAX,
};