summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-13 01:53:16 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-13 01:53:16 -0400
commit3f2ce326fac36cef36a2ab9667d20d921ab91a6e (patch)
tree282de90d6b50aa4c5e4c8553638ce779c6719a90
parent77d052af3c527b3ebe349329305d80c9c5a2bf36 (diff)
update
-rw-r--r--TODO15
1 files changed, 5 insertions, 10 deletions
diff --git a/TODO b/TODO
index 392ec4990..0bba79f10 100644
--- a/TODO
+++ b/TODO
@@ -1,12 +1,5 @@
-* bug when annexing files in a subdir of a git repo
-* how to handle git mv file?
-
-* if the annexed files were in .git/annex/<backend>/key, and
- files in the repo symlink to that, the .git-annex/key/<file>.<backend>
- would be redundant, and not needed
-
- -- no separate merge problem with it
- -- want to add an url? `ln -s .git/annex/<backend>/http:%%kitenet.net%foo myfile`
+* bug when annexing files while in a subdir of a git repo
+* bug when specifying full path to files when annexing
* implement retrieval for backendfile
@@ -15,4 +8,6 @@
* hook up LocationLog
* --push/--pull/--want/--drop
-* finish BackendUrl and BackendChecksum
+* how to handle git mv file?
+
+* finish BackendChecksum