From 4309f363fb2e779856092f10b53fa7c6e88a6ea3 Mon Sep 17 00:00:00 2001 From: "https://www.google.com/accounts/o8/id?id=AItOawnpdM9F8VbtQ_H5PaPMpGSxPe_d5L1eJ6w" Date: Sun, 8 Apr 2012 15:49:07 +0000 Subject: [PATCH] --- doc/bugs/git_annex_add_..._adds_too_much.mdwn | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/doc/bugs/git_annex_add_..._adds_too_much.mdwn b/doc/bugs/git_annex_add_..._adds_too_much.mdwn index 1079c5585a..5ef9bc577e 100644 --- a/doc/bugs/git_annex_add_..._adds_too_much.mdwn +++ b/doc/bugs/git_annex_add_..._adds_too_much.mdwn @@ -1,15 +1,23 @@ 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) +(same problem with version 3.20120123) on Debian.