This commit is contained in:
Joey Hess 2010-10-16 17:15:58 -04:00
parent 4da793b514
commit 91c9cd2b8e
2 changed files with 5 additions and 1 deletions

View file

@ -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/>

4
TODO
View file

@ -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