summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-16 17:15:58 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-16 17:15:58 -0400
commit91c9cd2b8eb9934eebf9a20adde7794a103d144a (patch)
tree067cca72d66185cd9bd7d1405b92313de14eaf5c
parent4da793b51441e65c48bbf680d8650c57a4c9874d (diff)
todo
-rw-r--r--INSTALL2
-rw-r--r--TODO4
2 files changed, 5 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL
index 11f573488..9594448e7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -2,4 +2,4 @@ To build and use git-annex, you will need:
* ghc
* These haskell libraries: MissingH SHA
-* a "uuid" command
+* uuid <http://www.ossp.org/pkg/lib/uuid/>
diff --git a/TODO b/TODO
index ed150cff0..5bef280e2 100644
--- a/TODO
+++ b/TODO
@@ -8,4 +8,8 @@
* 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