This commit is contained in:
parent
68d5976225
commit
37a9982d86
1 changed files with 33 additions and 0 deletions
33
doc/bugs/git_annex_assistant_adds_dotfiles_to_the_annex.mdwn
Normal file
33
doc/bugs/git_annex_assistant_adds_dotfiles_to_the_annex.mdwn
Normal file
|
@ -0,0 +1,33 @@
|
|||
### 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?
|
||||
|
||||
1. Initialize a new repository (`git init` and `git annex init`).
|
||||
|
||||
2. Create a dotfile: `echo "foo" > .somedotfile`
|
||||
|
||||
3. 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.
|
||||
|
||||
[[!format sh """
|
||||
# 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.
|
||||
"""]]
|
Loading…
Add table
Reference in a new issue