2010-10-16 19:23:03 +00:00
|
|
|
* bug: cannot "git annex ../foo" (GitRepo.relative is buggy and
|
|
|
|
git-ls-files also refuses w/o --full-name, which would need other changes)
|
2010-10-13 04:42:46 +00:00
|
|
|
|
2010-10-19 01:36:26 +00:00
|
|
|
* bug: doesn't learn new remote's uuids if a known (but maybe not accessible)
|
|
|
|
uuids has a wanted file
|
|
|
|
|
2010-10-17 14:47:46 +00:00
|
|
|
* --push/--pull should take a reponame and files, and push those files
|
|
|
|
to that repo; dropping them from the current repo
|
2010-10-11 20:35:28 +00:00
|
|
|
|
2010-10-17 01:15:23 +00:00
|
|
|
* how to handle git mv file? -> git annex fix -> run automatically?
|
2010-10-13 05:53:16 +00:00
|
|
|
|
2010-10-16 23:43:32 +00:00
|
|
|
* how to handle git rm file? (should try to drop keys that have no
|
|
|
|
referring file, if it seems safe..)
|
|
|
|
|
2010-10-17 01:15:23 +00:00
|
|
|
* add a git annex fsck that finds keys that have no referring file
|
|
|
|
|
2010-10-16 21:08:08 +00:00
|
|
|
* Support for remote git repositories (ssh:// specifically can be made to
|
|
|
|
work, although the other end probably needs to have git-annex installed..)
|
|
|
|
|
2010-10-16 21:15:58 +00:00
|
|
|
* Find a way to copy a file with a progress bar, while still preserving
|
|
|
|
stat. Easiest way might be to use pv and fix up the permissions etc
|
|
|
|
after?
|
|
|
|
|
2010-10-13 05:53:16 +00:00
|
|
|
* finish BackendChecksum
|