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
|
|
@ -55,7 +55,7 @@ File* slice_file(File*, uint64_t, uint64_t);
|
|||
File* copy_file(File* original);
|
||||
int insert_line(File*, char*, size_t);
|
||||
int delete_line(File*, size_t);
|
||||
int snapshot_file(char*, char*, size_t, char*);
|
||||
int snapshot_file(char*, char*, size_t, char*, char*);
|
||||
void free_file(File*);
|
||||
FileInfoBuffer* file_info_buffer_new();
|
||||
int file_info_buffer_push(FileInfoBuffer*, FileInfo);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue