aboutsummaryrefslogtreecommitdiffstats
path: root/blame.go
Commit message (Collapse)AuthorAgeFilesLines
* documentation changesMáximo Cuadros2017-01-311-13/+9
|
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-3/+3
|
* blame: make line and its members public so they can be actually used (#213)Alberto Cortés2017-01-191-10/+11
|
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-19/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * plumbing: rename Object -> EncodedObject. * plumbing/storer: rename ObjectStorer -> EncodedObjectStorer. * move difftree to plumbing/difftree. * move diff -> utils/diff * make Object/Tag/Blob/Tree/Commit/File depend on storer. * Object and its implementations now depend only on storer.EncodedObjectStorer, not git.Repository. * Tests are decoupled accordingly. * move Object/Commit/File/Tag/Tree to plumbing/object. * move Object/Commit/File/Tag/Tree to plumbing/object. * move checkClose to utils/ioutil. * move RevListObjects to plumbing/revlist.Objects. * move DiffTree to plumbing/difftree package. * rename files with plural nouns to singular * plumbing/object: add GetBlob/GetCommit/GetTag/GetTree.
* new plumbing package (#118)Máximo Cuadros2016-11-081-3/+3
| | | * plumbing: now core was renamed to core, and formats and clients moved inside
* v3 -> v4Máximo Cuadros2016-08-111-2/+2
|
* fix misspellingsv3.0.4Máximo Cuadros2016-05-191-1/+1
|
* Refactor to use core.ObjectReader and core.ObjectWriterJoshua Sjoding2016-02-251-3/+12
| | | | | | | | | | | | * 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
* update imports to v3Máximo Cuadros2016-02-171-2/+2
|
* remove package docv2.2.0Máximo Cuadros2016-02-161-23/+23
|
* package documentationMáximo Cuadros2016-02-161-8/+0
|
* blame code reorganization, and mutting the testMáximo Cuadros2015-12-121-0/+276