diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-13 00:42:46 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-13 00:42:46 -0400 |
commit | 208bba8d3062133733d27a5db521013e3a2ead57 (patch) | |
tree | 0a54c5cc7899329a13f995b57f32d25dceb17016 /TODO | |
parent | 9926fe5c8a1479f734c0a5b68c7c4e6ddfc2f8cf (diff) |
got rid of the .git-annex/key.backend files
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,6 +1,13 @@ * bug when annexing files in a subdir of a git repo * how to handle git mv file? +* if the annexed files were in .git/annex/<backend>/key, and + files in the repo symlink to that, the .git-annex/key/<file>.<backend> + would be redundant, and not needed + + -- no separate merge problem with it + -- want to add an url? `ln -s .git/annex/<backend>/http:%%kitenet.net%foo myfile` + * implement retrieval for backendfile * query remotes for their annex.uuid settings |