summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-27 16:45:50 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-27 16:45:50 -0400
commit8383afb1ec6a493fb7d3ca302be356ecc59dbc45 (patch)
treec4c9037c111f9d3fbd33d25d91270117700e8538 /debian
parent65d91fe543b6adaa9ba6b6b0f77cf0050864962c (diff)
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.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 4577a67dc..e2bfe362c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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