feat(hash)!: added the DiffObject case for the object id generation and renamed FileObject to BaseFileObject
This commit is contained in:
parent
96ebd49533
commit
e9cf112c56
2 changed files with 6 additions and 4 deletions
|
|
@ -7,7 +7,8 @@
|
|||
#include <openssl/sha.h>
|
||||
|
||||
typedef enum {
|
||||
FileObject,
|
||||
BaseFileObject,
|
||||
DiffObject,
|
||||
TreeObject,
|
||||
LogObject
|
||||
} ObjectType;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue