Commit Graph

10 Commits

Author SHA1 Message Date
Jukka Lehtniemi
5069ecdfce Add support for reference clone 2016-04-05 22:06:44 +03: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
Steve Streeting
e21d81b9a7 Fix worktree test on Windows when GIT_LFS_TEST_DIR set to native path 2015-10-23 09:21:49 +01:00
Steve Streeting
4b67bd77bd Fix worktree test on Windows 2015-10-22 16:23:41 +01:00
Steve Streeting
a2174c92f0 Fix worktree test 2015-09-30 15:29:20 -07:00
Steve Streeting
2e07d0cae3 Fix worktree test now that batch is enabled by default 2015-09-03 15:20:38 +01:00
Rick Olson
332a9db3f3 build a helper for confirming the git version in tests 2015-07-31 10:31:26 -06:00
Steve Streeting
72b3fb5366 Doh, forgot the exit 2015-07-31 16:52:36 +01:00
Steve Streeting
4f93045c37 Simplify skipping of worktree tests when git < 2.5.0 2015-07-31 16:50:50 +01:00
Steve Streeting
7161afeb6c Add git worktree tests when git version >= 2.5.0 2015-07-31 14:45:42 +01:00