mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-07 09:05:58 +00:00
Merge pull request #2468 from Airbitz/pack-error-reporting
Properly report failure when expanding a packfile
This commit is contained in:
commit
356b891e3e
@ -460,7 +460,7 @@ static int append_to_pack(git_indexer *idx, const void *data, size_t size)
|
||||
|
||||
/* add the extra space we need at the end */
|
||||
if (p_ftruncate(idx->pack->mwf.fd, current_size + size) < 0) {
|
||||
giterr_system_set(errno);
|
||||
giterr_set(GITERR_OS, "Failed to increase size of pack file '%s'", idx->pack->pack_name);
|
||||
return -1;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user