Short options for pijul diff. This makes it possible to get unrecorded files using `pijul diff -su`.
[?]
FHRXP5Jnb2MWLDrPrnLnkN2ryWcGCo6CRr1dXR9FW2YA
Sep 14, 2021, 10:34 AM
FO6DL4ETPXHILV7DQK54XP6SY4YUPG3NENRMKCDBU65WES6MKCHACDependencies
- [2]
HSEYMLO2Adding an untracked change iterator - [3]
KWAMD2KRA few fixes in the documentation comments - [4]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [5]
YDKNUL6BAdd `diff --short` that lists changes without showing them
Change contents
- replacement in "pijul/src/commands/diff.rs" at line 28
#[clap(long = "short")]#[clap(short = 's', long = "short")] - replacement in "pijul/src/commands/diff.rs" at line 31
#[clap(long = "untracked")]#[clap(short = 'u', long = "untracked")]