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:
parent
34ca1d698c
commit
77af38ec6c
5 changed files with 104 additions and 24 deletions
|
@ -23,6 +23,7 @@ import qualified Command.InAnnex
|
|||
import qualified Command.DropKey
|
||||
import qualified Command.RecvKey
|
||||
import qualified Command.SendKey
|
||||
import qualified Command.TransferInfo
|
||||
import qualified Command.Commit
|
||||
|
||||
cmds_readonly :: [Command]
|
||||
|
@ -30,6 +31,7 @@ cmds_readonly = concat
|
|||
[ Command.ConfigList.def
|
||||
, Command.InAnnex.def
|
||||
, Command.SendKey.def
|
||||
, Command.TransferInfo.def
|
||||
]
|
||||
|
||||
cmds_notreadonly :: [Command]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue