Commit Graph

6 Commits

Author SHA1 Message Date
Steve Streeting
87727a206b Automatically upgrade old filters instead of requiring —force
Also remove upgrade path for `git-media` since over-general and should
not be needed any more
2016-09-01 12:29:49 +01:00
Steve Streeting
5be442daea Add git lfs update --manual option & promote it on hook install fail 2016-04-26 12:04:55 +01:00
Steve Streeting
5a081f4970 Fix install test, "Git LFS initialized" now omitted on hook failure 2016-04-25 11:01:19 +01:00
Steve Streeting
5ac6e5d903 Create failing tests 2016-04-25 10:56:38 +01:00
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
c9fe0960b3 rename init => install 2015-11-16 13:31:26 -07:00