summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_add_..._adds_too_much.mdwn
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w <Rafal@web>2012-04-08 15:47:29 +0000
committerGravatar admin <admin@branchable.com>2012-04-08 15:47:29 +0000
commite49f7ea62fce9efd66b681eed5b7c0d04eb35bfa (patch)
tree778a4a0835f6f726842d8681a209d249f2176faf /doc/bugs/git_annex_add_..._adds_too_much.mdwn
parent713ce1e623a8ccc7b6d8f581c04d6432b916797b (diff)
Diffstat (limited to 'doc/bugs/git_annex_add_..._adds_too_much.mdwn')
-rw-r--r--doc/bugs/git_annex_add_..._adds_too_much.mdwn15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_add_..._adds_too_much.mdwn b/doc/bugs/git_annex_add_..._adds_too_much.mdwn
new file mode 100644
index 000000000..1079c5585
--- /dev/null
+++ b/doc/bugs/git_annex_add_..._adds_too_much.mdwn
@@ -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)