mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00: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. |
||
|---|---|---|
| .. | ||
| command_output.rs | ||
| config_schema_defaults.rs | ||
| mod.rs | ||
| test_environment.rs | ||