diff --git a/doc/bugs/Symlinks_from_git-annex_repository_to_outside_git_repository_not_supported.mdwn b/doc/bugs/Symlinks_from_git-annex_repository_to_outside_git_repository_not_supported.mdwn index b8d6eded2d..82141ce687 100644 --- a/doc/bugs/Symlinks_from_git-annex_repository_to_outside_git_repository_not_supported.mdwn +++ b/doc/bugs/Symlinks_from_git-annex_repository_to_outside_git_repository_not_supported.mdwn @@ -24,3 +24,4 @@ upgrade supported from repository versions: 0 1 2 4 ### Please provide any additional information below. I have a file `/Users/lhunath/annex/Library/Application Support/CrossOver/Bottles/Fallout 3/drive_c/users/crossover/My Documents` which is a symlink to `~/Documents` on the originating client. On the destination client, This turns into a directory, causing the whole content of `~/Documents` to get included in each bottle, which includes a bunch of VM images etc..... +> [[fixed|done]] --[[Joey]] diff --git a/doc/bugs/follows_symlinks_to_outside_annex.mdwn b/doc/bugs/follows_symlinks_to_outside_annex.mdwn index 62ddc34c69..a58d755a7f 100644 --- a/doc/bugs/follows_symlinks_to_outside_annex.mdwn +++ b/doc/bugs/follows_symlinks_to_outside_annex.mdwn @@ -1 +1,3 @@ I've had a bug report that the assistant follows directory symlinks to elsewhere. I thought it didn't. This needs to be avoided. + +[[fixed|done]]