add unlocked flag for git-annex-shell recvkey
The direct flag is also set when sending unlocked content, to support old versions of git-annex-shell. At some point, the direct flag will be removed, and only the unlocked flag will be used.
This commit is contained in:
parent
f324ad24c1
commit
f776ac0a11
5 changed files with 14 additions and 6 deletions
|
@ -35,5 +35,8 @@ associatedFile = Field "associatedfile" $ \f ->
|
|||
direct :: Field
|
||||
direct = Field "direct" $ \f -> f == "1"
|
||||
|
||||
unlocked :: Field
|
||||
unlocked = Field "unlocked" $ \f -> f == "1"
|
||||
|
||||
autoInit :: Field
|
||||
autoInit = Field "autoinit" $ \f -> f == "1"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue