Go to file
Karsten Patzwaldt 0d2ae5b4ac repo-bisect: do proper bisect
The bisect code was a bit confused, and would always look at the versions
at the boundaries, instead of the versions in the middle, thus not doing
a proper bisect.

This change fixes this behaviour, the revision tested will be in the middle
of the current range, and will then become the lower (for a good revision) or
upper (for a bad revision) boundary for the next iteration.
2020-08-03 07:43:11 -07:00
README.md Add repo-bisect 2020-08-03 07:39:58 -07:00
repo-bisect repo-bisect: do proper bisect 2020-08-03 07:43:11 -07:00

README.md

This is a collection of tools to make working with repo easier

repo-bisect

Similar to git bisect, but works with an entire repo.

Note that due to the way certain code review tools like gerrit work, the git committer date may reflect when commits are uploaded for review rather than when they are actually introduced into the project.