Replies: 1 comment 1 reply
-
Yes.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say my .bashrc is really a symlink to ~/mydotfiles/.bashrc. The permissions of the symlink itself are 777 but the permissions of the target file are 644.
If I do something like
I end up in a state such that git sees the repo as "clean" (no changes, no diffs) but
and
shows filemode diffs ie something like
Followed by the entire file showing up as a diff.
Changing filemode to false (from default which is true) in the chezmoi .git/config doesn't seem to help.
Am I missing some key step? This should be easily reproducible.
Chezmoi built from source, running on Fedora linux
Beta Was this translation helpful? Give feedback.
All reactions