From a83adb0acddba7accb3c7f30aaa4f084a28b632b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 29 Apr 2011 11:22:55 -0400 Subject: [PATCH] note number of hash buckets --- doc/special_remotes/hook.mdwn | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/special_remotes/hook.mdwn b/doc/special_remotes/hook.mdwn index 5b636613c9..9a7dbf7a19 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: