mirror of
https://github.com/martinvonz/jj.git
synced 2025-02-11 06:42:47 +00:00
Most of the value of `jj fix` over a shell script is in formatting commits other than `@`. `@::` often doesn't contain those other commits, so `-s @` is a bad default. We could get the same effect from `-s 'mutable() & ::@'`, but `reachable()` is a bit more explicit and simple to read. We could also base this on excluding `trunk()`, but that just seems like an indirection for `mutable()` that might ignore the user's intent if they have configured part of trunk to be mutable. |
||
---|---|---|
.. | ||
colors.toml | ||
merge_tools.toml | ||
misc.toml | ||
README.md | ||
revsets.toml | ||
templates.toml | ||
unix.toml | ||
windows.toml |
These files are compiled into the binary; they are not installed to the user's system.