--metadata field=value can now use globs to match, and matches case insensatively, the same as git annex view field=value does.

Also refactored glob code into its own module.
This commit is contained in:
Joey Hess 2014-02-21 18:34:34 -04:00
parent e834227202
commit 24f8136504
5 changed files with 82 additions and 69 deletions

2
debian/changelog vendored
View file

@ -2,6 +2,8 @@ git-annex (5.20140222) UNRELEASED; urgency=medium
* Fix handling of rsync remote urls containing a username,
including rsync.net.
* --metadata field=value can now use globs to match, and matches
case insensatively, the same as git annex view field=value does.
-- Joey Hess <joeyh@debian.org> Fri, 21 Feb 2014 13:03:04 -0400