diff options
author | Joey Hess <joeyh@joeyh.name> | 2014-12-29 15:16:40 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2014-12-29 15:16:40 -0400 |
commit | cdb6196ab7a6b7d9602512fcc745e9dab61a9ce8 (patch) | |
tree | 9ae74c330aaaf54f64a89c01fb1b449ad9682370 /doc | |
parent | dd7bf0eedebe4f01d702f6450a5c0b5180775c07 (diff) |
setpresentkey: A new plumbing-level command.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index a6f638de2..ce0311e46 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -948,6 +948,11 @@ subdirectories). stdio protocol, which is intentionally not documented (as it may change at any time). +* `setpresentkey key uuid [1|0]` + + This plumbing-level command changes git-annex's records about whether + the specified key is present in a remote with the specified uuid. + * `rekey [file key ...]` This plumbing-level command is similar to migrate, but you specify |