2010-10-11 16:35:28 -04:00
|
|
|
* bug when annexing files in a subdir of a git repo
|
|
|
|
* how to handle git mv file?
|
|
|
|
|
2010-10-13 00:42:46 -04:00
|
|
|
* 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 17:57:23 -04:00
|
|
|
* implement retrieval for backendfile
|
|
|
|
|
2010-10-12 13:10:07 -04:00
|
|
|
* query remotes for their annex.uuid settings
|
2010-10-11 16:35:28 -04:00
|
|
|
|
|
|
|
* hook up LocationLog
|
2010-10-12 17:57:23 -04:00
|
|
|
* --push/--pull/--want/--drop
|
2010-10-11 16:35:28 -04:00
|
|
|
|
|
|
|
* finish BackendUrl and BackendChecksum
|