diff options
author | Joey Hess <joey@kitenet.net> | 2014-08-02 17:25:16 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-08-02 17:25:16 -0400 |
commit | 0eaed261ea11060fc9644400c7f31f8c3ec1052b (patch) | |
tree | d1c2be2a8f5e94cb409cad293674bacff1fff2f2 /doc | |
parent | 25653b7bd6305237844da7be9a6e863a29ada40d (diff) |
hook: use ChunkedEncryptable
Diffstat (limited to 'doc')
-rw-r--r-- | doc/special_remotes/hook.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/special_remotes/hook.mdwn b/doc/special_remotes/hook.mdwn index 8cf31ed02..0bb76d98a 100644 --- a/doc/special_remotes/hook.mdwn +++ b/doc/special_remotes/hook.mdwn @@ -36,6 +36,8 @@ These parameters can be passed to `git annex initremote`: * `keyid` - Specifies the gpg key to use for [[encryption]]. +* `chunk` - Enables [[chunking]] when storing large files. + ## hooks Each type of hook remote is specified by a collection of hook commands. |