refactor(hash)!: added TreeDiffObject and changed the name from DiffObject to FileDiffObject

This commit is contained in:
lisk77 2025-09-06 19:34:51 +02:00
parent b4dff29a5c
commit 252bdc281e
2 changed files with 4 additions and 2 deletions

View file

@ -8,8 +8,9 @@
typedef enum {
BaseFileObject,
DiffObject,
FileDiffObject,
TreeObject,
TreeDiffObject
} ObjectType;
void object_hash(ObjectType, char*, char*);