Commit Graph

11 Commits

Author SHA1 Message Date
Rick Olson
e2c7d0d186 merge master 2015-05-28 11:52:06 -06:00
Rick Olson
d678d4bf33 update import paths 2015-05-25 12:20:50 -06:00
rubyist
22d3f4e6d6 Merge branch 'master' into multitransfer
Conflicts:
	lfs/pointer_smudge.go
	lfs/upload_queue.go
2015-05-21 13:47:52 -04:00
rubyist
f905afa270 Make PointerSmudgeObject only download to the media directory 2015-05-21 10:29:17 -04:00
rubyist
3bb2846e6b Can batch downloads 2015-05-14 14:56:30 -04:00
rubyist
c869fc6ef5 Basic "lfs get" that takes a ref, queues downloads 2015-05-14 12:33:29 -04:00
Michael Käufl
92672e3907 Fixed contentaddressable import 2015-05-14 08:40:16 -06:00
Rick Olson
216623196a Use goimports instead of gofmt 2015-05-13 13:43:41 -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
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