Please describe the problem.
Running git add
or git annex add
does not add dotfiles to the annex. However, the git annex assistant appears to add dotfiles to the annex.
What steps will reproduce the problem?
Initialize a new repository (
git init
andgit annex init
).Create a dotfile:
echo "foo" > .somedotfile
Run
git annex assistant
The file will then be added to the annex.
What version of git-annex are you using? On what operating system?
Operating system: Arch Linux x86_64
git-annex version: 10.20230329
Please provide any additional information below.
# Begin .git/annex/daemon.log
No known volume monitor available through dbus; falling back to mtab polling
(scanning...) (started...)
add .somedotfile ok
(recording state in git...)
(recording state in git...)
# End of transcript or log.