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:
Joey Hess 2015-03-27 16:45:50 -04:00
parent cedca095b9
commit f35d0bf4b2
4 changed files with 30 additions and 1 deletions

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="joey"
subject="""comment 5"""
date="2015-03-27T20:42:21Z"
content="""
I've fixed this; now you'll see:
<pre>
git annex add *.jpg
git-annex: *.jpg not found
</pre>
"""]]