зеркало из https://github.com/microsoft/git.git
Merge branch 'dt/fsck-verify-pack-error' into maint
The exit code of git-fsck didnot reflect some types of errors found in packed objects, which has been corrected. * dt/fsck-verify-pack-error: verify_pack: do not ignore return value of verification function
This commit is contained in:
Коммит
a61fd3fc3f
|
@ -126,7 +126,7 @@ static int verify_packfile(struct packed_git *p,
|
|||
sha1_to_hex(entries[i].sha1), p->pack_name);
|
||||
else if (fn) {
|
||||
int eaten = 0;
|
||||
fn(entries[i].sha1, type, size, data, &eaten);
|
||||
err |= fn(entries[i].sha1, type, size, data, &eaten);
|
||||
if (eaten)
|
||||
data = NULL;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче