This commit is contained in:
https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w 2012-04-08 15:47:29 +00:00 committed by admin
parent 713ce1e623
commit e49f7ea62f

View file

@ -0,0 +1,15 @@
When a hidden file (starting with a dot) is git-annex add'ed, other non-tracked files are also added
What steps will reproduce the problem?
$ touch a .b
$ git annex add .b
add a (checksum...) ok
add .b (checksum...) ok
(Recording state in git...)
What is the expected output? What do you see instead?
Only file .b should be added.
What version of git-annex are you using? On what operating system?
3.20120406
(same problem with version 3.20120123)