diff options
-rw-r--r-- | doc/bugs/Error_while_adding_a_file___34__createSymbolicLink:_already_exists__34__.mdwn | 4 | ||||
-rw-r--r-- | doc/bugs/git_annex_migrate_leaves_old_backend_versions_around.mdwn | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/bugs/Error_while_adding_a_file___34__createSymbolicLink:_already_exists__34__.mdwn b/doc/bugs/Error_while_adding_a_file___34__createSymbolicLink:_already_exists__34__.mdwn index e94312774..21293af54 100644 --- a/doc/bugs/Error_while_adding_a_file___34__createSymbolicLink:_already_exists__34__.mdwn +++ b/doc/bugs/Error_while_adding_a_file___34__createSymbolicLink:_already_exists__34__.mdwn @@ -38,8 +38,8 @@ I think the right behavior here is to annex file2 just fine, as if they weren't -- Asheesh. > The same thing happens anytime the key for a file collides with a key -> already in the annex, AFAICS. Including when the files have the same -> content but are not hard links. +> already in the annex, AFAICS. (Including when the files have the same +> content but are not hard links... unless you're using WORM backend.) > > I've fixed this bug. The first file in wins. See commit for some > interesting discussion about why it should not check for hash collisions diff --git a/doc/bugs/git_annex_migrate_leaves_old_backend_versions_around.mdwn b/doc/bugs/git_annex_migrate_leaves_old_backend_versions_around.mdwn index e37ee06bb..7f586b5ff 100644 --- a/doc/bugs/git_annex_migrate_leaves_old_backend_versions_around.mdwn +++ b/doc/bugs/git_annex_migrate_leaves_old_backend_versions_around.mdwn @@ -16,3 +16,4 @@ would be great if these were purged automatically somehow. > > This way a lot of migrations can be done, and only when you're done you > can do the more expensive cleanup pass if you want to. --[[Joey]] +> [[done]] |