]> git.ipfire.org Git - thirdparty/git.git/blobdiff - cache.h
add generic, type aware object chain walker
[thirdparty/git.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,
 };