Commit Graph

15 Commits

Author SHA1 Message Date
risk danger olson
69acb28d61 lean into pkg/errors philosophy on wrappin' 2016-08-18 15:24:11 -06:00
risk danger olson
2473068345 rename errutil to errors 2016-08-18 14:20:33 -06:00
Steve Streeting
1ef2d43306 Move CopyWithCallback into general tools for re-use 2016-05-19 15:12:46 +01:00
Steve Streeting
ab1af11720 Refactor errors and credentials into own packages to break cycles 2016-05-16 15:06:02 +01:00
Steve Streeting
c4bbd3724e Major refactor to pull things into config, httputil, tools
Mainly required to avoid cyclical dependencies when separating other things
2016-05-13 17:38:06 +01:00
Steve Streeting
d731130e70 Refactor CopyCallback/CallbackReader to progress package 2016-05-10 16:56:43 +01:00
rubyist
cd754db91a First pass at getting rid of WrappedError 2015-08-21 11:50:02 -04:00
Ryan Simmen
8d7769ac09 LFS Extensions: smudge command 2015-07-31 17:08:21 -04:00
Ryan Simmen
d010bf9f5c LFS Extensions: clean command 2015-07-31 17:07:35 -04:00
Ryan Simmen
214983d322 LFS Extensions: pointer file manipulation 2015-07-31 17:07:35 -04:00
Rick Olson
8b3fa6aec1 change message when lfs object is missing 2015-06-28 07:43:28 -06:00
Rick Olson
d75291f7e6 no need to pass this file around if callers just immediately close it 2015-06-28 07:43:16 -06:00
Rick Olson
fe5dffcbb2 remove unused attr 2015-06-28 07:43:10 -06: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
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