clarify tha DIRHASH returns mixed case

Maybe not the best thing that it does, but it can't really be changed w/o
breaking existing remotes.
This commit is contained in:
Joey Hess 2016-04-25 13:36:13 -04:00
parent a59e161796
commit e8a7fcc868
Failed to extract signature

View file

@ -228,7 +228,7 @@ in control.
This is highly recommended for STORE. (It is optional but good for RETRIEVE.)
(git-annex does not send a reply to this message.)
* `DIRHASH Key`
Gets a two level hash associated with a Key. Something like "abc/def".
Gets a two level hash associated with a Key. Something like "aB/Cd".
This is always the same for any given Key, so can be used for eg,
creating hash directory structures to store Keys in.
(git-annex replies with VALUE followed by the value.)