Commit Graph

29 Commits

Author SHA1 Message Date
Taylor Blau
db4e3b271d tq: new progress meter formatting 2018-01-05 18:43:31 -08:00
risk danger olson
cc3afc8225 Merge branch 'master' into checkout-no-clean 2017-10-18 15:18:11 -07:00
rick olson
e0eede1602 test: uncomment status assertion 2017-10-05 16:24:22 -06:00
rick olson
caaa0f91fa assert clean 'git status' after lfs pull/clone 2017-10-04 10:27:05 -06:00
rick olson
8e9fbf4e94 don't replace pointers with objects if clean filter is not configured 2017-09-27 17:11:42 -06:00
Brendan Forster
d36f937404 actually the test should pass here 2017-09-20 08:36:47 +10:00
Brendan Forster
ef77205162 add failing tests 2017-09-20 08:31:49 +10:00
Taylor Blau
080683b576 test/test-clone: remove "$newclonedir" after cloning 2017-05-22 09:44:12 -06:00
Taylor Blau
624d85684d commands/track: quote pattern in output of track command 2017-03-24 11:13:11 -06:00
Taylor Blau
589f04dd9f commands/clone: install repo-level hooks after git lfs clone 2017-03-23 10:54:52 -06:00
risk danger olson
9a00eb3a68 test: ignore NSInvalidArgumentException exception in client cert test
works around a known issue with git on mac, compiled against the wrong openssl or curl libs
2017-01-25 14:49:35 -07:00
Christoph Schuler
1cf7d6b131 try to enable TRAVIS build by setting sslVerify to "false" 2017-01-25 09:42:58 +01:00
Christoph Schuler
b4715662cb configure tests 2017-01-24 23:19:12 +01:00
Christoph Schuler
daba49ae43 integration test added for clone with client certificate 2017-01-24 15:53:43 +01:00
Taylor Blau
2681146c70 test/clone: add some temporary debugging statements to catch transient failure 2017-01-05 10:55:43 -07:00
risk danger olson
bce58fc6d9 bring the checkout filter back 2016-12-06 19:10:46 -07:00
risk danger olson
cddb861850 test that clone checks out the correct files 2016-12-06 17:13:38 -07:00
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