fix * glob matching files in subdirectories

This commit is contained in:
Joey Hess 2013-02-26 13:49:22 -04:00
parent 1e3aa441f0
commit 7df2861d67
4 changed files with 18 additions and 16 deletions

3
debian/changelog vendored
View file

@ -16,6 +16,9 @@ git-annex (3.20130217) UNRELEASED; urgency=low
* Additional GIT_DIR support bugfixes. May actually work now.
* webapp: Display any error message from git init if it fails to create
a repository.
* Fix a reversion in matching globs introduced in the last release,
where "*" did not match files inside subdirectories. No longer uses
the Glob library.
-- Joey Hess <joeyh@debian.org> Sun, 17 Feb 2013 16:42:16 -0400