fix(commit): make object hashes branch aware and thus dont error status out
This commit is contained in:
parent
42b8858558
commit
fae8489871
5 changed files with 45 additions and 15 deletions
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
char* get_object(char*, size_t*);
|
||||
void* parse_object(char*, ObjectType, size_t*, char*);
|
||||
int save_diff(ActionList*, char*, char*, size_t, char*);
|
||||
int save_diff(ActionList*, char*, char*, size_t, char*, char*);
|
||||
int read_diff(char*, char*, ActionList*);
|
||||
int save_file_diff(char*, char*, size_t, char*, ActionList*);
|
||||
File* apply_diff(File*, ActionList*);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue