🚸 Rename commit message extension from .toml to .pijul-commit

berkus
Jun 24, 2025, 4:13 PM
RP2E25N5LOIXVRI4HZ6ZUKNAYHPCB63AXGL25NQ74CV6YDCSF27QC

Dependencies

  • [2] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).
  • [3] EN2ZJNKG recording tempfile name has .toml suffix
  • [4] RRCSHAYZ Formatting

Change contents

  • replacement in pijul/src/commands/record.rs at line 397
    [2.108465][3.0:101]()
    edit::edit_bytes_with_builder(&o[..], tempfile::Builder::new().suffix(".toml"))?
    [2.108465]
    [2.108511]
    edit::edit_bytes_with_builder(
    &o[..],
    tempfile::Builder::new().suffix(".pijul-commit"),
    )?
  • replacement in pijul/src/commands/record.rs at line 402
    [2.108536][3.102:203]()
    edit::edit_bytes_with_builder(&o[..], tempfile::Builder::new().suffix(".toml"))?
    [2.108536]
    [2.108582]
    edit::edit_bytes_with_builder(
    &o[..],
    tempfile::Builder::new().suffix(".pijul-commit"),
    )?