Commit Graph

5 Commits

Author SHA1 Message Date
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