Module bisect

Module bisect 

Source
Expand description

Bisect a range of commits.

Structs§

Bisector
Performs bisection to find the first bad commit in a range.

Enums§

BisectionError
An error that occurred while bisecting
BisectionResult
The result of bisection.
Evaluation
Indicates whether a given commit was good, bad, or if it could not be determined.
NextStep
The next bisection step.