diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-29 11:22:55 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-29 11:22:55 -0400 |
commit | a83adb0acddba7accb3c7f30aaa4f084a28b632b (patch) | |
tree | 4bc1e8ec7c0bb222eaa36d889ebb99a4a996a35d /doc/special_remotes | |
parent | 0ea7f966dc61948d107372fac6f2ec90a1dc28f5 (diff) |
note number of hash buckets
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/hook.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/special_remotes/hook.mdwn b/doc/special_remotes/hook.mdwn index 5b636613c..9a7dbf7a1 100644 --- a/doc/special_remotes/hook.mdwn +++ b/doc/special_remotes/hook.mdwn @@ -45,6 +45,7 @@ These environment variables are used to communicate with the hook commands: * `ANNEX_KEY` - name of a key to store, retrieve, remove, or check. * `ANNEX_FILE` - a file containing the key's content * `ANNEX_HASH_1` - short stable value, based on the key, can be used for hashing + into 1024 buckets. * `ANNEX_HASH_2` - another hash value, can be used for a second level of hashing The setting to use in git config for the hook commands are as follows: |