summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-11-03 12:50:44 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-11-03 12:50:44 -0400
commit46816883788d1ed20017633a77214d31f6323547 (patch)
treef8cba307e2b22a7013db7f1b025cbdb2bb7dc654
parent6610860324f6e1523b07977b88b124a89079b8ac (diff)
close non-bug
-rw-r--r--doc/bugs/git_annex_add_ignores_some_files__47__directories.mdwn6
1 files changed, 6 insertions, 0 deletions
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 bf554b877..45af8d76a 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
@@ -15,3 +15,9 @@ 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?)
+
+> You should `git add` symlinks. They are not large files, so
+> are out of scope for git-annex.
+>
+> Git repositories cannot contain other git repositories. [[done]]
+> --[[Joey]]