Commit Graph

14 Commits

Author SHA1 Message Date
Taylor Blau
fc1daa28e3 lfs: use github.com/stretchr/testify for assertions 2016-05-25 10:43:10 -06:00
Taylor Blau
4593d0a641 vendor: vendor dependencies in vendor/ using Glide
- script/vendor received an update in order to work with Glide
- import paths have been rewritten to work with GO15VENDOREXPERIMENT
2016-05-23 12:10:35 -06:00
Steve Streeting
ab1af11720 Refactor errors and credentials into own packages to break cycles 2016-05-16 15:06:02 +01:00
Nathan-J. Hirschauer
d1b937653a Test for empty file pointer generation 2016-02-01 23:24:13 +01:00
Rick Olson
4e7bc74874 Better handling for tiny files below the blob size threshold that contain 'git-lfs' 2015-09-25 15:39:02 -06:00
rubyist
290cc83cd0 That should be a Fatalf 2015-08-27 11:22:11 -04:00
Ryan Simmen
8d7769ac09 LFS Extensions: smudge command 2015-07-31 17:08:21 -04:00
Ryan Simmen
214983d322 LFS Extensions: pointer file manipulation 2015-07-31 17:07:35 -04:00
Rick Olson
aa0c3c9e7a fix issues with decoding a pointer file from an empty buffer 2015-05-28 15:57:29 -06:00
Rick Olson
d678d4bf33 update import paths 2015-05-25 12:20:50 -06:00
Rick Olson
6a80e1213d get assert fork which fixes issue with 'nut install' 2015-05-25 12:15:52 -06:00
Rick Olson
216623196a Use goimports instead of gofmt 2015-05-13 13:43:41 -06:00
rubyist
2a8b026c34 Merge branch 'master' into concurrent-uploads
Conflicts:
	lfs/pointer_test.go
2015-04-24 14:15:33 -04:00
rubyist
0cacca1bbc Move pointer and scanner packages into lfs
This refactoring will make a number of things easier. These didn't
really need to be in their own packages. Having them separate packages,
there are a few refactorings I've tried to do that end up with circular
dependencies due to things outside of `lfs` depending on `lfs`. Pushing
these into `lfs` makes refactoring simpler.
2015-04-23 12:20:36 -04:00