summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-25 13:36:13 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-25 13:36:13 -0400
commitb743c4188d23dfa5a1d2c40f840ba7da23a0b5a9 (patch)
tree7e6459b699c35eaa0b844cc90e1488d90f8817d4
parentde6502773dd7b82f0ae2b302b1601ca38057e9c4 (diff)
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.
-rw-r--r--doc/design/external_special_remote_protocol.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/external_special_remote_protocol.mdwn b/doc/design/external_special_remote_protocol.mdwn
index 0fe18f01d..f9eca2af0 100644
--- a/doc/design/external_special_remote_protocol.mdwn
+++ b/doc/design/external_special_remote_protocol.mdwn
@@ -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.)