diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-30 16:01:29 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-30 16:01:29 -0400 |
commit | 2696ed67ebb4a3be994ff35567bdc74459d9f0bf (patch) | |
tree | 7e80d91ac3aa2e610a3902989d8f58579ea1e773 /doc/internals.mdwn | |
parent | 61124e1c9bc358fae4bd9eae32c1a4069e6de0e3 (diff) |
document the key format
Diffstat (limited to 'doc/internals.mdwn')
-rw-r--r-- | doc/internals.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/internals.mdwn b/doc/internals.mdwn index 89940ba6a..34498b912 100644 --- a/doc/internals.mdwn +++ b/doc/internals.mdwn @@ -11,7 +11,7 @@ to the file content. First there are two levels of directories used for hashing, to prevent too many things ending up in any one directory. -Each subdirectory has the name of a key in one of the +Each subdirectory has the [[name_of_a_key|key_format]] in one of the [[key-value_backends|backends]]. The file inside also has the name of the key. This two-level structure is used because it allows the write bit to be removed from the subdirectories as well as from the files. That prevents accidentially |