blob: 5bef280e212c06d6f5e27bc27d5bf420da9d289e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
* 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?
* Support for remote git repositories (ssh:// specifically can be made to
work, although the other end probably needs to have git-annex installed..)
* 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
|