tracking the size of the file as it grows.)
(git-annex does not send a reply to this message.)
* `DIRHASH Key`
- Gets a two level hash associated with a Key. Something like "aB/Cd".
+ 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. This is the same
directory hash that git-annex uses inside `.git/annex/objects/`
(git-annex replies with VALUE followed by the value.)
* `DIRHASH-LOWER Key`
Gets a two level hash associated with a Key, using only lower-case.
- Something like "abc/def".
+ Something like "abc/def/".
This is always the same for any given Key, so can be used for eg,
creating hash directory structures to store Keys in. This is the same
directory hash that is used by eg, the directory special remote.
--- /dev/null
+[[!comment format=mdwn
+ username="joey"
+ subject="""Re: DIRHASH ending in slash?"""
+ date="2022-09-30T17:31:25Z"
+ content="""
+Hmm, so it does. This would not have been my choice for ideal behavior, but
+I don't want to break things that depend on it now.
+So I've updated the documentation.
+"""]]