X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=pack.h;h=eb07b033ae54941d4bd00ee6bc30c7d50fd039b0;hb=5f468c4805c785115cd9c5f6a8f299f23a9034f5;hp=694e0c56f0b67c1ae9b7a94a243aca7b8859e50c;hpb=c40610422e1157e71dbc3c1a2f9e19bbe117962f;p=git.git diff --git a/pack.h b/pack.h index 694e0c56f..eb07b033a 100644 --- a/pack.h +++ b/pack.h @@ -1,20 +1,7 @@ #ifndef PACK_H #define PACK_H -/* - * The packed object type is stored in 3 bits. - * The type value 0 is a reserved prefix if ever there is more than 7 - * object types, or any future format extensions. - */ -enum object_type { - OBJ_EXT = 0, - OBJ_COMMIT = 1, - OBJ_TREE = 2, - OBJ_BLOB = 3, - OBJ_TAG = 4, - /* 5/6 for future expansion */ - OBJ_DELTA = 7, -}; +#include "object.h" /* * Packed object header