summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-17 10:47:46 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-17 10:47:46 -0400
commit6bfa534aa4d7552c4ccfdb9523b55da19fac8883 (patch)
tree7d9f9789ddb99bc04289c276f098b1803d752f99 /TODO
parenta0b040524a595c16ddb2dbead205ca8ccb6890aa (diff)
git annex drop -- do not try to drop if key is not in backend
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 038ed0d4a..807df32d8 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,11 @@
* 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
+* 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
* how to handle git mv file? -> git annex fix -> run automatically?