diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-15 13:44:31 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-15 13:45:25 -0400 |
commit | fba52e2651cb8b2f26cdb4f38396cd9f55cf0985 (patch) | |
tree | 102cce17acd6125e85e102e05b1b0b15305f4e6d /doc/internals.mdwn | |
parent | ec579eba79d0d72e66e57e6f5c28077a5c7e201f (diff) |
factored out a generic MapLog from uuid-based logs
UUIDBased is just a MapLog with a UUID for the field.
Diffstat (limited to 'doc/internals.mdwn')
-rw-r--r-- | doc/internals.mdwn | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/internals.mdwn b/doc/internals.mdwn index 4e003d9bc..0c5124d0b 100644 --- a/doc/internals.mdwn +++ b/doc/internals.mdwn @@ -150,6 +150,15 @@ Files matching the expression are preferred to be retained in the repository, while files not matching it are preferred to be stored somewhere else. +## `group-preferred-content.log` + +Contains standard preferred content settings for groups. (Overriding or +supplimenting the ones built into git-annex.) + +The file format is one line per group, staring with a timestamp, then a +space, then the group name followed by a space and then the preferred +content expression. + ## `aaa/bbb/*.log` These log files record [[location_tracking]] information |