Fixing the Git feature with the new save_change
Dependencies
- [2]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [3]
5SLOJYHGFixing the Git feature - [4]
B3QWIGDEFixing the Git features with the latest Pijul (+ conflicts in Cargo.toml) - [5]
IIV3EL2XCleanup, formatting, and fixing the Git feature
Change contents
- replacement in "pijul/src/commands/git.rs" at line 803
let hash = changes.save_change(&change).unwrap();let hash = changes.save_change(&mut change, |_, _| Ok::<_, anyhow::Error>(())).unwrap();