"standard" can now be used as a first-class keyword in preferred content expressions.

For example "standard or (include=otherdir/*)" or even "not standard"

Note that the implementation avoids any potential for loops (if a
standard preferred content expression itself mentioned standard).

This commit was sponsored by Jochen Bartl.
This commit is contained in:
Joey Hess 2014-03-14 15:04:33 -04:00
parent 7a1faf76ef
commit 3551d40b05
5 changed files with 166 additions and 149 deletions

2
debian/changelog vendored
View file

@ -17,6 +17,8 @@ git-annex (5.20140307) UNRELEASED; urgency=medium
* Fix ssh connection caching stop method to work with openssh 6.5p1,
which broke the old method.
* Better workaround for problem umasks when eg, setting up ssh keys.
* "standard" can now be used as a first-class keyword in preferred content
expressions. For example "standard or (include=otherdir/*)"
-- Joey Hess <joeyh@debian.org> Thu, 06 Mar 2014 16:17:01 -0400