mirror of
https://github.com/jj-vcs/jj.git
synced 2026-08-03 06:41:37 +08:00
This adds a command that automatically bisects a range of commits using a specified command. By not having the interactive kind (e.g. `jj bisect good/bad/skip/reset`), we avoid - for now at least - having to decide where to store the state. The user can still achieve interactive bisection by passing their shell as the bisection command. Closes #2987.