summaryrefslogtreecommitdiff
path: root/doc/bugs/Prefered_Content_not_Taken_into_Account.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-09-15 12:50:14 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-09-15 12:50:14 -0400
commitf30be9764801fb265d59fcde69a20b7fac21b1c6 (patch)
tree17e4a709b8d1dceec6f8d6aa9a01d41a84197c2f /doc/bugs/Prefered_Content_not_Taken_into_Account.mdwn
parentcfe58e3b364870572bda251f4bae7e6fd415b090 (diff)
Fix bug in combination of preferred and required content settings. When one 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.
Diffstat (limited to 'doc/bugs/Prefered_Content_not_Taken_into_Account.mdwn')
-rw-r--r--doc/bugs/Prefered_Content_not_Taken_into_Account.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/Prefered_Content_not_Taken_into_Account.mdwn b/doc/bugs/Prefered_Content_not_Taken_into_Account.mdwn
index 818181dff..bdb3c9d97 100644
--- a/doc/bugs/Prefered_Content_not_Taken_into_Account.mdwn
+++ b/doc/bugs/Prefered_Content_not_Taken_into_Account.mdwn
@@ -360,3 +360,5 @@ On Ubuntu 14.04. All repos are on external USB drives on the same machine except
[1] https://git-annex.branchable.com/forum/git-annex_does_not_respect_preferred_content_settings/
+
+> [[fixed|done]] --[[Joey]]