From ec2c4bf67cfd67b7c77de45d3305be986dc7f0d1 Mon Sep 17 00:00:00 2001 From: "https://gregy.mojeid.cz/#RQxWK6xlii" Date: Mon, 3 Nov 2014 10:21:31 +0000 Subject: [PATCH] --- .../git_annex_add_ignores_some_files__47__directories.mdwn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/bugs/git_annex_add_ignores_some_files__47__directories.mdwn b/doc/bugs/git_annex_add_ignores_some_files__47__directories.mdwn index 6d947542ff..bf554b877d 100644 --- a/doc/bugs/git_annex_add_ignores_some_files__47__directories.mdwn +++ b/doc/bugs/git_annex_add_ignores_some_files__47__directories.mdwn @@ -12,3 +12,6 @@ No idea :( sometimes it happens and sometimes not. git add works fine. It correctly stages the files. This is regular repository (not direct). + +EDIT: +It seems that all the problem directories have either .git directory in them (I understand that git cannot manage .git but what about all the other files in there?) or are full of symlinks (git annex cannot manage symlinks?)