This fixes a bug in the assistant introduced by the literal pathspec changes in version 5.20150406.
git-checkignore refuses to work if any pathspec options are set. Urgh. I audited the rest of git, and no other commands used by git-annex have such limitations. Indeed, AFAICS, *all* other commands support --literal-pathspecs. So, worked around this where git-checkignore is called.
This commit is contained in:
parent
3695094454
commit
0f740fd198
3 changed files with 25 additions and 1 deletions
2
debian/changelog
vendored
2
debian/changelog
vendored
|
@ -1,5 +1,7 @@
|
|||
git-annex (5.20150406.2) UNRELEASED; urgency=medium
|
||||
|
||||
* This fixes a bug in the assistant introduced by the literal pathspec
|
||||
changes in version 5.20150406.
|
||||
* --quiet now suppresses progress displays from eg, rsync.
|
||||
(Second time's the charm..)
|
||||
* fromkey, registerurl: When reading from stdin, allow the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue