Commit Graph

12 Commits

Author SHA1 Message Date
Taylor Blau
365d615989 test/clone: refute that the "lfs" directory is created at the top level 2016-08-22 16:21:04 -06:00
Taylor Blau
74b4d2cb40 test/clone,util: ensure cloning is possible in current directory "." 2016-08-22 16:21:04 -06:00
Steve Streeting
04931af6c2 In git 2.9+, run "git lfs pull" in submodules after "git lfs clone"
git 2.9+ preserves the config settings which disable the LFS filters in
submodules so any LFS files will be pointers. This makes it more optimal
(previous versions will suppress these settings so the smudge filter
will be used in submodules) but we must run "git lfs pull" to update
the submodule working copies.
2016-07-14 17:12:57 +01:00
Taylor Blau
37bfee1522 test/clone: group clone tests, test config+args as well 2016-06-23 11:40:08 -06:00
Taylor Blau
72b52c5f19 cmd/clone: add include/exclude via flags and config 2016-06-23 11:40:08 -06:00
Steve Streeting
2000c7a017 Add tests for cloning with flags 2016-04-19 15:15:58 +01:00
Steve Streeting
d2c1c0fd0e Skip SSL integration tests on Travis
I've been unable to determine why Travis' git refuses the SSL cert when
'openssl s_client' and all local tests on multiple machines & OSs works
2016-03-17 10:34:33 +00:00
Steve Streeting
8f91a1bc7f Fix tests 2016-03-10 11:33:51 +00:00
Steve Streeting
2872d1ba0a Set http.sslcainfo in gitconfig after clone_repo_ssl 2016-03-09 17:58:28 +00:00
Steve Streeting
4c64e82124 Trying to get SSL integration test working, having cert issues 2016-03-09 17:31:04 +00:00
Steve Streeting
df70bf5e83 Skip clone test when git version < 2.2 2016-02-12 14:49:56 +00:00
Steve Streeting
b37fe0fea7 Added tests for 'git lfs clone' 2016-02-11 12:36:19 +00:00