1 unstable release

0.1.0 Feb 19, 2023

#7 in #git-branchless

Download history 6/week @ 2023-11-24 6/week @ 2023-12-01 4/week @ 2023-12-08 6/week @ 2023-12-15 2/week @ 2023-12-22 7/week @ 2024-02-09 26/week @ 2024-02-16 30/week @ 2024-02-23 28/week @ 2024-03-01 23/week @ 2024-03-08

109 downloads per month
Used in 3 crates (via git-branchless-test)

MIT/Apache

31KB
634 lines

scm-bisect

Reusable algorithms for identifying the first bad commit in a directed acyclic graph (similar to git-bisect). The intention is to provide support for various source control systems.

License: MIT.


lib.rs:

Reusable algorithms for identifying the first bad commit in a directed acyclic graph (similar to git-bisect). The intention is to provide support for various source control systems.

Dependencies

~1.9–2.6MB
~48K SLoC