Commit Graph

14 Commits

Author SHA1 Message Date
risk danger olson
8773193ca0 update other github/git-lfs references 2016-11-15 10:07:11 -07:00
Olivier Monnier
f86997f863 Fix 'git lfs fetch' with a sha1 ref
The commit 39676192da53261efd441ccf0c67c85a341ae1a1
introduced a regression in the capability to fetch a
sha1 ref.
The command 'git lfs fetch origin <sha1>' was returning
following error: 'Invalid ref argument: [<sha1>]'.

This is due to the fact that 'git rev-parse --symbolic-full-name <ref>'
returns an empty content if the ref is a sha1.

Signed-off-by: Olivier Monnier <olivier.monnier@intel.com>
2016-06-28 09:37:26 +02:00
Taylor Blau
fc1daa28e3 lfs: use github.com/stretchr/testify for assertions 2016-05-25 10:43:10 -06:00
Steve Streeting
e1c2c8a2aa Always run integration tests in a separate GIT_LFS_TEST_DIR
If user doesn't specify a specific one, create one in the temp area &
clean up when done if KEEPTRASH=0
2016-03-18 16:06:48 +00:00
risk danger olson
5d325597a8 remove contentaddressable package 2015-10-20 16:15:25 -06:00
Rick Olson
202ae122d4 update the shebang lines to use bash 2015-07-29 20:37:31 -06:00
Rick Olson
6a80e1213d get assert fork which fixes issue with 'nut install' 2015-05-25 12:15:52 -06:00
Rick Olson
f0b48a9b15 configurable maxprocs too 2015-05-21 15:01:44 -06:00
Rick Olson
f88f3660b9 configurable TMPDIR 2015-05-21 15:01:35 -06:00
Rick Olson
be7581dc38 add SKIPCOMPILE to tests 2015-05-21 11:51:40 -06:00
Rick Olson
98407dd3ca integration tests cleanup after themselves unless told not to 2015-05-21 10:27:40 -06:00
Rick Olson
1f7a6e1188 remove the custom git credential helper 2015-05-20 12:45:59 -06:00
Rick Olson
904145fcce lots of test docs 2015-05-19 16:54:15 -06:00
Rick Olson
b685624ca3 rename tests => test 2015-05-15 11:29:24 -06:00