diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-09-15 12:50:14 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-09-15 12:50:14 -0400 |
commit | f30be9764801fb265d59fcde69a20b7fac21b1c6 (patch) | |
tree | 17e4a709b8d1dceec6f8d6aa9a01d41a84197c2f /debian | |
parent | cfe58e3b364870572bda251f4bae7e6fd415b090 (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 'debian')
-rw-r--r-- | debian/changelog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f2f166ed7..74a73adb4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,6 +26,10 @@ git-annex (5.20150825) UNRELEASED; urgency=medium in appropriate places. * Special remotes configured with autoenable=true will be automatically enabled when git-annex init is run. + * 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. -- Joey Hess <id@joeyh.name> Tue, 01 Sep 2015 14:46:18 -0700 |