#git-branchless #workflow #cli

scm-bisect

Supporting library for git-branchless

3 releases (breaking)

0.3.0 Oct 14, 2024
0.2.0 May 27, 2024
0.1.0 Feb 19, 2023

#16 in #git-branchless

Download history 40/week @ 2024-12-08 24/week @ 2024-12-15 8/week @ 2024-12-22 15/week @ 2024-12-29 13/week @ 2025-01-05 5/week @ 2025-01-12 9/week @ 2025-01-19 2/week @ 2025-01-26 9/week @ 2025-02-02 23/week @ 2025-02-09 22/week @ 2025-02-16 39/week @ 2025-02-23 14/week @ 2025-03-02 20/week @ 2025-03-09 13/week @ 2025-03-16 10/week @ 2025-03-23

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

MIT/Apache

43KB
901 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.7–2.4MB
~44K SLoC