feat(hash)!: added the DiffObject case for the object id generation and renamed FileObject to BaseFileObject

This commit is contained in:
lisk77 2025-09-01 20:45:07 +02:00
parent 96ebd49533
commit e9cf112c56
2 changed files with 6 additions and 4 deletions

View file

@ -7,7 +7,8 @@
#include <openssl/sha.h>
typedef enum {
FileObject,
BaseFileObject,
DiffObject,
TreeObject,
LogObject
} ObjectType;