Support filenames that start with a dash; when such a file is passed to a utility it will be escaped to avoid it being interpreted as an option.

This commit is contained in:
Joey Hess 2011-02-25 01:13:01 -04:00
parent e61b47bc8a
commit 836e71297b
9 changed files with 29 additions and 10 deletions

3
debian/changelog vendored
View file

@ -5,6 +5,9 @@ git-annex (0.22) UNRELEASED; urgency=low
for his help eliminating the infestation... for now.)
* Make test suite not rely on a working cp -pr.
(The Unix wars are still ON!)
* Support filenames that start with a dash; when such a file is passed
to a utility it will be escaped to avoid it being interpreted as an
option.
-- Joey Hess <joeyh@debian.org> Sun, 13 Feb 2011 00:48:02 -0400