fix(commit): make object hashes branch aware and thus dont error status out

This commit is contained in:
lisk77 2025-11-24 18:21:09 +01:00
parent 42b8858558
commit fae8489871
5 changed files with 45 additions and 15 deletions

View file

@ -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*);