Merge "Add progress monitor step to first phase of GC commit selection"

This commit is contained in:
Terry Parker 2018-07-10 11:23:38 -04:00 committed by Gerrit Code Review @ Eclipse.org
commit dd7d479bd4
1 changed files with 1 additions and 0 deletions

View File

@ -452,6 +452,7 @@ private CommitSelectionHelper captureOldAndNewCommits(RevWalk rw,
RevCommit rc;
while ((rc = rw.next()) != null && pos > 0) {
commits[--pos] = rc;
pm.update(1);
}
// Sort the new wants by reverse commit time.