Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remote and repository base on ConfigStore | Máximo Cuadros | 2016-08-20 | 1 | -0/+10 |
| | |||||
* | Renamed internal close function to checkClose | Joshua Sjoding | 2016-02-27 | 1 | -4/+4 |
| | | | | * Old name accidentally shadowed builtin close function | ||||
* | Refactor to use core.ObjectReader and core.ObjectWriter | Joshua Sjoding | 2016-02-25 | 1 | -1/+24 |
| | | | | | | | | | | | | * New function signatures provide the necessary interface to stream data from disk when using filesystem-based storage in the future * New function signatures provide proper error handling * ObjectReader and ObjectWriter interfaces added to avoid future refactoring, currently are type aliases for io.ReadCloser and io.WriteCloser respectively * Object.Reader now returns (ObjectReader, error) * Object.Writer now returns (ObjectWriter, error) * File.Contents now returns (string, error) * File.Lines now returns ([]string, error) * Blob.Reader now returns (core.ObjectReader, error) * Added internal close helper function for deferred calls to Close that need to check the return value | ||||
* | blame code reorganization, and mutting the test | Máximo Cuadros | 2015-12-12 | 1 | -5/+7 |
| | |||||
* | fix PR#7 comments | Alberto Cortés | 2015-12-04 | 1 | -36/+5 |
| | |||||
* | Blame support for files | Alberto Cortés | 2015-11-25 | 1 | -0/+49 |
This also includes a diff package and revlist package (needed by blame) Some extra packfiles (<1MB) are also included, to be used as fixtures in the tests. |