Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Actually switch to "Resolving Deltas" (#4080)
Libgit2's "Resolving Deltas" code is extremely slow (libgit2/libgit2#4674) on larger repositories, so it is important to have an accurate progress bar to avoid users thinking the download is stuck. We had this implemented. However, we were never actually switching to it, because the progress meter thought the progress was jumping backwards and wouldn't actually update because of it. Fix that by resetting it on the first switch to resolving deltas.
- Loading branch information