diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-29 14:39:10 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-29 14:39:10 -0400 |
commit | bce30628d5e6df5b64c482bc5fe161576efaaa79 (patch) | |
tree | a62a6f6f3e55170ca48cc1a9e90808b5f0311ed7 /doc/internals.mdwn | |
parent | 1d352f4c12136e6f6dd89fbfd68bc4f9ca9a5467 (diff) |
update for required content
Diffstat (limited to 'doc/internals.mdwn')
-rw-r--r-- | doc/internals.mdwn | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/internals.mdwn b/doc/internals.mdwn index 0c5124d0b..bf0fa668c 100644 --- a/doc/internals.mdwn +++ b/doc/internals.mdwn @@ -150,6 +150,13 @@ Files matching the expression are preferred to be retained in the repository, while files not matching it are preferred to be stored somewhere else. +## `required-content.log` + +Used to indicate which repositories are required to contain which file +contents. + +File format is identical to preferred-content.log. + ## `group-preferred-content.log` Contains standard preferred content settings for groups. (Overriding or |