21 lines
730 B
Text
21 lines
730 B
Text
* bug: cannot "git annex ../foo" (GitRepo.relative is buggy and
|
|
git-ls-files also refuses w/o --full-name, which would need other changes)
|
|
|
|
* --push/--pull/--want
|
|
|
|
* how to handle git mv file?
|
|
|
|
* how to handle git rm file? (should try to drop keys that have no
|
|
referring file, if it seems safe..)
|
|
|
|
* Support for remote git repositories (ssh:// specifically can be made to
|
|
work, although the other end probably needs to have git-annex installed..)
|
|
|
|
* Copy files atomically, don't leaf a partial key on interrupt.
|
|
(Fix for URL download too..)
|
|
|
|
* 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?
|
|
|
|
* finish BackendChecksum
|