-
-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Labels
Description
This occurs fairly frequently, I use direnv and this means I have .envrc files in my directories. However, running gs then gives me the message:
2025/02/13 15:43:23
Failed to decode git status change code for chunk: [ A .envrc]
Please file a bug including this error message as well as the output of:
git status --porcelain
You can file the bug at: https://github.com/mroth/scmpuff/issues/
Output of git status --porcelain:
A .envrc
A devenv.lock
A flake.lock
A flake.nix
?? .devenv.flake.nix
?? .devenv/
?? .direnv/
?? devenv.nix
?? devenv.yaml
Contents of .envrc are "use flake":
❯ hexdump .envrc
0000000 7375 2065 6c66 6b61 0a65
000000a
tekumara