mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-05 22:55:47 +00:00
pack: report revwalk error
This commit is contained in:
parent
b0014063b2
commit
49be45a189
@ -1738,7 +1738,7 @@ int git_packbuilder_insert_walk(git_packbuilder *pb, git_revwalk *walk)
|
||||
if (error == GIT_ITEROVER)
|
||||
error = 0;
|
||||
|
||||
return 0;
|
||||
return error;
|
||||
}
|
||||
|
||||
int git_packbuilder_set_callbacks(git_packbuilder *pb, git_packbuilder_progress progress_cb, void *progress_cb_payload)
|
||||
|
Loading…
Reference in New Issue
Block a user