summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-01-06 13:57:53 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-01-06 13:57:53 -0400
commit3bac971ac22afd706d7ad52013c86a7dae80c684 (patch)
treed84f64fbe45cac543314ab55cf69898a0ecd3948 /doc
parent314d4754e3aeae62a00a833db4c7daa8022b1d9a (diff)
direct: Avoid hardlinking symlinks that point to the same content when the content is not present.
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git-annex_direct_fails_on_repositories_with_a_partial_set_of_files.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_direct_fails_on_repositories_with_a_partial_set_of_files.mdwn b/doc/bugs/git-annex_direct_fails_on_repositories_with_a_partial_set_of_files.mdwn
index 278eb1e0f..de88b0246 100644
--- a/doc/bugs/git-annex_direct_fails_on_repositories_with_a_partial_set_of_files.mdwn
+++ b/doc/bugs/git-annex_direct_fails_on_repositories_with_a_partial_set_of_files.mdwn
@@ -22,3 +22,8 @@ Running 3.20130102 on OSX
## Please provide any additional information below.
+> More specifically, git annex direct fails, on OSX only, when there are two
+> files that both have the same content. Apparently OSX doesn't allow
+> hard linking two symbolic links together. There was no harm in it doing that
+> otherwise, but then again no reason for it to do so, so I've put in a fix.
+> [[done]] --[[Joey]]