note number of hash buckets

This commit is contained in:
Joey Hess 2011-04-29 11:22:55 -04:00
parent 0ea7f966dc
commit a83adb0acd

View file

@ -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: