summaryrefslogtreecommitdiff
path: root/doc/bugs/git_annex_add_..._adds_too_much.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/bugs/git_annex_add_..._adds_too_much.mdwn')
-rw-r--r--doc/bugs/git_annex_add_..._adds_too_much.mdwn25
1 files changed, 0 insertions, 25 deletions
diff --git a/doc/bugs/git_annex_add_..._adds_too_much.mdwn b/doc/bugs/git_annex_add_..._adds_too_much.mdwn
deleted file mode 100644
index 4eb46455f..000000000
--- a/doc/bugs/git_annex_add_..._adds_too_much.mdwn
+++ /dev/null
@@ -1,25 +0,0 @@
-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) on Debian.
-
-> Thanks for reporting this bug, I've fixed it in git. [[done]] --[[Joey]]