mise bootstrap dotfiles history diff
- Usage:
mise bootstrap dotfiles history diff [FLAGS] [A] [B] - Effect: read-only
- Source code:
src/cli/dotfiles/history/diff.rs
Compare checkpoints, or the working tree against one
Without arguments, shows what changed by hand since the latest checkpoint. With one reference, shows what that checkpoint changed against the one before it. With two, compares the two states.
Arguments
[A]— Numeric checkpoint ID,latest,latest~N, orcommit:<sha>[B]— CompareAwith this checkpoint instead of its predecessor
Flags
--operation— Compare an operation with its recorded protective checkpointWith no reference, use the newest operation, ignoring later saves. With one reference, use that operation. Fails if its before checkpoint is unavailable instead of comparing an unrelated preceding save.
-p --patch— Print the full patch instead of a per-file summary--path <PATH>— Restrict to one path (a file or a directory)--exit-code— Exit 1 when the two sides differ-h --help— Print help