Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t5300: add test for "unpack-objects --strict"
[gitweb.git]
/
cache.h
diff --git
a/cache.h
b/cache.h
index f16d341f5233b154c6fc1518ae0bd619c8f05c38..e23030262328761669f4704a3e3731a5e93d5b0c 100644
(file)
--- a/
cache.h
+++ b/
cache.h
@@
-274,6
+274,7
@@
enum object_type {
/* 5 for future expansion */
OBJ_OFS_DELTA = 6,
OBJ_REF_DELTA = 7,
+ OBJ_ANY,
OBJ_MAX,
};