git-annex-shell: Added lockcontent command, to prevent dropping of key's content.
This commit is contained in:
parent
4d50958ed7
commit
5240a9f315
4 changed files with 60 additions and 0 deletions
|
@ -20,6 +20,7 @@ import Remote.GCrypt (getGCryptUUID)
|
|||
|
||||
import qualified Command.ConfigList
|
||||
import qualified Command.InAnnex
|
||||
import qualified Command.LockContent
|
||||
import qualified Command.DropKey
|
||||
import qualified Command.RecvKey
|
||||
import qualified Command.SendKey
|
||||
|
@ -32,6 +33,7 @@ cmds_readonly :: [Command]
|
|||
cmds_readonly =
|
||||
[ Command.ConfigList.cmd
|
||||
, gitAnnexShellCheck Command.InAnnex.cmd
|
||||
, gitAnnexShellCheck Command.LockContent.cmd
|
||||
, gitAnnexShellCheck Command.SendKey.cmd
|
||||
, gitAnnexShellCheck Command.TransferInfo.cmd
|
||||
, gitAnnexShellCheck Command.NotifyChanges.cmd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue