summaryrefslogtreecommitdiff
path: root/doc/bugs/Prefered_Content_not_Taken_into_Account
Commit message (Collapse)AuthorAge
* Fix bug in combination of preferred and required content settings. When one ↵Gravatar Joey Hess2015-09-15
was set to the empty string and the other set to some expression, this bug caused all files to be wanted, instead of only files matching the expression. Avoid: MAny `MOr` otherexpression Which matches anything.