git-annex-shell transferinfo command

TODO: Use this when running sendkey, to feed back transfer info from the
client side rsync.
This commit is contained in:
Joey Hess 2012-09-21 16:23:25 -04:00
parent 34ca1d698c
commit 77af38ec6c
5 changed files with 104 additions and 24 deletions

View file

@ -40,7 +40,7 @@ stubKey = Key {
fieldSep :: Char
fieldSep = '-'
{- Converts a key to a strings that are suitable for use as a filename.
{- Converts a key to a string that is suitable for use as a filename.
- The name field is always shown last, separated by doubled fieldSeps,
- and is the only field allowed to contain the fieldSep. -}
key2file :: Key -> FilePath