Prevent git-ls-files from double-expanding wildcards when an unexpanded wildcard is passed to a git-annex command like add or find.
Note that previously, `git annex find *.jpg` would find eg, foo/bar.jpg. That was never intended or documented behavior, so I'm going to change it. But this is potentially a behavior change if someone discovered that behavior and relied on it despite it being accidental. Oh well.. can't make an omlette w/o breaking some eggs.
This commit is contained in:
parent
cedca095b9
commit
f35d0bf4b2
4 changed files with 30 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -2,6 +2,8 @@ git-annex (5.20150328) UNRELEASED; urgency=medium
|
|||
|
||||
* Better fix for standalone tarball git-annex sync linker shim bug,
|
||||
that works for "git annex sync" as well as "git-annex sync".
|
||||
* Prevent git-ls-files from double-expanding wildcards when an
|
||||
unexpanded wildcard is passed to a git-annex command like add or find.
|
||||
|
||||
-- Joey Hess <id@joeyh.name> Fri, 27 Mar 2015 16:04:43 -0400
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue