Commit Graph

5 Commits

Author SHA1 Message Date
Tom Marshall 5e01d8f8af Add repo-archive 2020-08-03 17:58:10 -07:00
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
Tom Marshall 3535ffb18c Add repo-bisect 2020-08-03 07:39:58 -07:00
Tom Marshall e60f5fbd20 Add README 2020-08-03 07:32:59 -07:00
Tom Marshall 6b34bd1a9a Initial commit 2020-08-03 07:29:04 -07:00