refactor(hash)!: added TreeDiffObject and changed the name from DiffObject to FileDiffObject
This commit is contained in:
parent
b4dff29a5c
commit
252bdc281e
2 changed files with 4 additions and 2 deletions
|
|
@ -8,8 +8,9 @@
|
|||
|
||||
typedef enum {
|
||||
BaseFileObject,
|
||||
DiffObject,
|
||||
FileDiffObject,
|
||||
TreeObject,
|
||||
TreeDiffObject
|
||||
} ObjectType;
|
||||
|
||||
void object_hash(ObjectType, char*, char*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue