summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-17 16:39:30 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-17 16:39:30 -0400
commita020b0c25c4e7c2e14d685eac8c4d3aa0e1fef8a (patch)
treee008a967ab6ea350e97c723924fd8f95ad91d04c /TODO
parent8398b9ab4a654f3f6ec570b70229a8a0030e8ab6 (diff)
atomic file retrieval from backends
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 0 insertions, 6 deletions
diff --git a/TODO b/TODO
index 807df32d8..410c694c2 100644
--- a/TODO
+++ b/TODO
@@ -1,9 +1,6 @@
* bug: cannot "git annex ../foo" (GitRepo.relative is buggy and
git-ls-files also refuses w/o --full-name, which would need other changes)
-* bug: git annex add file is silent if file was a symlink and got replaced
- with a file. The you then git command -a, you'll check in the fil contents..
-
* --push/--pull should take a reponame and files, and push those files
to that repo; dropping them from the current repo
@@ -17,9 +14,6 @@
* 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 leave 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?