git-annex/TODO

19 lines
565 B
Text
Raw Normal View History

2010-10-11 20:35:28 +00:00
* 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`
2010-10-12 21:57:23 +00:00
* implement retrieval for backendfile
2010-10-12 17:10:07 +00:00
* query remotes for their annex.uuid settings
2010-10-11 20:35:28 +00:00
* hook up LocationLog
2010-10-12 21:57:23 +00:00
* --push/--pull/--want/--drop
2010-10-11 20:35:28 +00:00
* finish BackendUrl and BackendChecksum