summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-10-29 13:16:56 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-10-29 13:16:56 -0400
commit158fd0d90829308d0755875c452b18f91a842709 (patch)
tree368204b79c903ec1223705639d27801d4e9b80aa
parent978ab987d50211ae43864409c4ad9fb77d7f6974 (diff)
parent3868a65663231b929a1c09b02185e85dc70e59e5 (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/uninit_does_not_work_in_old_repos.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/uninit_does_not_work_in_old_repos.mdwn b/doc/bugs/uninit_does_not_work_in_old_repos.mdwn
index 1e1b1fec7..0e5175abe 100644
--- a/doc/bugs/uninit_does_not_work_in_old_repos.mdwn
+++ b/doc/bugs/uninit_does_not_work_in_old_repos.mdwn
@@ -13,3 +13,5 @@ If the repo happens to be broken, this essentially locks in data.
> And it depends on the object directory layout, which has changed between
> versions. So supporting old versions in this code would complicate it
> quite a lot. I don't want to go there. --[[Joey]]
+
+>>Requiring a version upgrade for unannex is fine. Yet, I see a problem when a git repo is broken; you are stuck without being able to uninit. In this case an uninit that does nothing but undo the symlinking would be useful. -- Richard