Skip to content

factor CommitSearcher routines into methods

Administrator requested to merge cc/git-refactors-4 into main

Created by: camdencheek

This moves the concurrent goroutines in CommitSearcher.Search() into separate methods on CommitSearcher to make it easier to see the structure of the worker pool and the dependencies of each of the routines.

Stacked on #25614

Merge request reports

Loading