🚸 Rename commit message extension from .toml to .pijul-commit
Dependencies
- [2]
SXEYMYF7Fixing the bad changes in history (unfortunately, by rebooting). - [3]
EN2ZJNKGrecording tempfile name has .toml suffix - [4]
RRCSHAYZFormatting
Change contents
- replacement in pijul/src/commands/record.rs at line 397
edit::edit_bytes_with_builder(&o[..], tempfile::Builder::new().suffix(".toml"))?edit::edit_bytes_with_builder(&o[..],tempfile::Builder::new().suffix(".pijul-commit"),)? - replacement in pijul/src/commands/record.rs at line 402
edit::edit_bytes_with_builder(&o[..], tempfile::Builder::new().suffix(".toml"))?edit::edit_bytes_with_builder(&o[..],tempfile::Builder::new().suffix(".pijul-commit"),)?