Do not consider .ignore as an uncommitted file

pmeunier
Dec 5, 2021, 6:49 PM
VSW7QJWGVTRJTAT2V43RAXY3RRXCF5MUO5UF3BI5OUHG2OAFWZZQC

Dependencies

  • [2] WFXSB6RA Do not run `pijul git` if there are uncommitted changes
  • [3] SXEYMYF7 Fixing the bad changes in history (unfortunately, by rebooting).

Change contents

  • replacement in pijul/src/commands/git.rs at line 54
    [2.147][2.147:206]()
    if x.path_bytes().starts_with(b".pijul") {
    [2.147]
    [2.206]
    if x.path_bytes().starts_with(b".pijul") || x.path_bytes().starts_with(b".ignore") {