Commit Graph

3 Commits

Author SHA1 Message Date
epriestley
fa2ec2fb70 Fix smudge/clean filters to work with filenames that have leading dashes
Fixes issue #1072. Currently, `git-lfs` installs filters which misinterpret
filenames with leading dashes as command line flags. Separate paths with a
double dash (`--`) when installing filters so these files are handled
properly.

The failing test now passes:

```
$ ./test/test-unusual-filenames.sh
...
test: push unusually named files ...                               OK
test: pull unusually named files ...                               OK
```
2016-03-17 14:46:18 -07:00
risk danger olson
469c23e7a9 fix some more 'lfs init' references 2015-11-18 11:32:52 -07:00
risk danger olson
74bf7f32bb rename uninit => uninstall 2015-11-16 13:37:08 -07:00