This commit is contained in:
parent
e49f7ea62f
commit
4309f363fb
1 changed files with 9 additions and 1 deletions
|
@ -1,15 +1,23 @@
|
||||||
When a hidden file (starting with a dot) is git-annex add'ed, other non-tracked files are also added
|
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?
|
What steps will reproduce the problem?
|
||||||
|
|
||||||
$ touch a .b
|
$ touch a .b
|
||||||
|
|
||||||
$ git annex add .b
|
$ git annex add .b
|
||||||
|
|
||||||
add a (checksum...) ok
|
add a (checksum...) ok
|
||||||
|
|
||||||
add .b (checksum...) ok
|
add .b (checksum...) ok
|
||||||
|
|
||||||
(Recording state in git...)
|
(Recording state in git...)
|
||||||
|
|
||||||
|
|
||||||
What is the expected output? What do you see instead?
|
What is the expected output? What do you see instead?
|
||||||
|
|
||||||
Only file .b should be added.
|
Only file .b should be added.
|
||||||
|
|
||||||
What version of git-annex are you using? On what operating system?
|
What version of git-annex are you using? On what operating system?
|
||||||
|
|
||||||
3.20120406
|
3.20120406
|
||||||
(same problem with version 3.20120123)
|
(same problem with version 3.20120123) on Debian.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue