Commit Graph

13 Commits

Author SHA1 Message Date
rubyist
ca2a93a1b9 Merge branch 'master' into errors 2015-09-01 10:48:22 -04:00
Steve Streeting
6f973984ef Don't allocate unless required; also data consistency with PointerClean 2015-08-26 16:36:25 +01:00
rubyist
1f1821c08b replace NotAPointerError 2015-08-22 19:21:13 -04:00
Steve Streeting
e0e56caccd Never download anything when using the checkout command
This was always the intention but the PointerSmudge functions would
automatically do it if the local files were missing. Now they take a
boolean argument to say whether to download or not, and the case of
skipped smudge is dealt with by writing out the original pointer data
and returning a known non-fatal error.
2015-08-06 17:12:11 +01: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
Steve Streeting
409c68ea02 Correctly return NotAPointerError when file < blobSizeCutoff 2015-07-29 12:20:53 +01:00
Steve Streeting
001ddcd7cf Work in progress refactoring fetch into fetch/checkout/pull
Also fixes #514
2015-07-24 14:56:54 +01:00
Rick Olson
aa0c3c9e7a fix issues with decoding a pointer file from an empty buffer 2015-05-28 15:57:29 -06:00
Michael Käufl
1b04957416 Removed else after return 2015-05-13 01:40:15 +02:00
rubyist
0a9ebafc6a Merge branch 'master' into concurrent-uploads
Conflicts:
	commands/command_push.go
	lfs/pointer.go
	lfs/pointer_clean.go
	lfs/pointer_smudge.go
2015-04-29 11:46:20 -04: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