You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cm apply -R .vim/pack/chezmoi/start/chezmoi.vim will always say: .vim/pack/chezmoi/start/chezmoi.vim has changed since chezmoi last wrote it?:
~ ❯ chezmoi apply -R .vim/pack/chezmoi/start/chezmoi.vim
.vim/pack/chezmoi/start/chezmoi.vim has changed since chezmoi last wrote it? overwrite/all-overwrite/skip/quit
Overwriting and running it again will produce the same outcome again.
Removing the umask setting fixes the problem.
Expected behavior
~ ❯ chezmoi apply -R .vim/pack/chezmoi/start/chezmoi.vim
Already up to date.
Output of command with the --verbose flag
Same.
The text was updated successfully, but these errors were encountered:
Describe the bug
With
umask = 0o077
, agit-repo
external refresh always believes that the destination copy has changed.To reproduce
I have the following external defined:
With the following in the config:
cm apply -R .vim/pack/chezmoi/start/chezmoi.vim
will always say:.vim/pack/chezmoi/start/chezmoi.vim has changed since chezmoi last wrote it?
:Overwriting and running it again will produce the same outcome again.
Removing the
umask
setting fixes the problem.Expected behavior
Output of command with the
--verbose
flagSame.
The text was updated successfully, but these errors were encountered: