diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-15 16:17:01 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-15 16:17:01 -0400 |
commit | 3901089cec96419ab13fe05d4fbc3f040d018672 (patch) | |
tree | cf16927c3a17d42c05ccab9545557f2d33996255 /Logs/PreferredContent.hs | |
parent | fba52e2651cb8b2f26cdb4f38396cd9f55cf0985 (diff) |
vicfg: Allows editing preferred content expressions for groups.
This is stored in the git-annex branch, but not yet actually hooked up and
used.
Diffstat (limited to 'Logs/PreferredContent.hs')
-rw-r--r-- | Logs/PreferredContent.hs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Logs/PreferredContent.hs b/Logs/PreferredContent.hs index 2bc5f08d6..93609da5e 100644 --- a/Logs/PreferredContent.hs +++ b/Logs/PreferredContent.hs @@ -1,6 +1,6 @@ {- git-annex preferred content matcher configuration - - - Copyright 2012 Joey Hess <joey@kitenet.net> + - Copyright 2012-2014 Joey Hess <joey@kitenet.net> - - Licensed under the GNU GPL version 3 or higher. -} @@ -8,10 +8,12 @@ module Logs.PreferredContent ( preferredContentLog, preferredContentSet, + groupPreferredContentSet, isPreferredContent, preferredContentMap, preferredContentMapLoad, preferredContentMapRaw, + groupPreferredContentMapRaw, checkPreferredContentExpression, setStandardGroup, ) where |