Adding a local "unrecord_changes" option in addition to the global one
Dependencies
- [2]
5BB266P6Optional colours in the global config file - [3]
I24UEJQLVarious post-fire fixes - [*]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [*]
SEWGHUHQ.pijul/config: simplify remotes and hooks
Change contents
- edit in pijul/src/config.rs at line 107[6.67][2.252]
pub unrecord_changes: Option<usize>, - edit in pijul/src/commands/unrecord.rs at line 59
n} else if let Some(n) = repo.config.unrecord_changes {