mirror of
https://git.proxmox.com/git/libgit2
synced 2025-05-06 23:26:39 +00:00
Checkout: remove duplicate 100% progress report
This commit is contained in:
parent
c48e87006c
commit
a9db123b09
@ -393,8 +393,6 @@ int git_checkout_index(
|
|||||||
diff, &data, checkout_create_the_new, NULL, NULL);
|
diff, &data, checkout_create_the_new, NULL, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
report_progress(&data, NULL);
|
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
if (error == GIT_EUSER)
|
if (error == GIT_EUSER)
|
||||||
error = (data.error != 0) ? data.error : -1;
|
error = (data.error != 0) ? data.error : -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user