feat(hash): added LogObject for commit hashes
This commit is contained in:
parent
d6f71d4b8b
commit
bb0ab630c0
2 changed files with 3 additions and 1 deletions
|
|
@ -10,7 +10,8 @@ typedef enum {
|
|||
BaseFileObject,
|
||||
FileDiffObject,
|
||||
TreeObject,
|
||||
TreeDiffObject
|
||||
TreeDiffObject,
|
||||
LogObject
|
||||
} ObjectType;
|
||||
|
||||
void object_hash(ObjectType, char*, char*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue