Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repository now works against the generic ObjectStore interface | Joshua Sjoding | 2016-01-23 | 1 | -47/+10 |
| | |||||
* | Fix commit.File() gorutine leak | Alberto Cortés | 2016-01-21 | 1 | -10/+1 |
| | | | | | | | | | | | | Commit.File() was leaking a goroutine because it was looping over an iterator without closing its channel. Now commit.File() calls the new Tree.File() method that searches the file in the repository by trasversing the dir tree instead of using the tree.Files() iterator. This not only prevent the goroutine leak, but also speeds up file searching. | ||||
* | blame code reorganization, and mutting the test | Máximo Cuadros | 2015-12-12 | 1 | -0/+23 |
| | |||||
* | fix PR#7 comments | Alberto Cortés | 2015-12-04 | 1 | -0/+16 |
| | |||||
* | Blame support for files | Alberto Cortés | 2015-11-25 | 1 | -0/+5 |
| | | | | | | | | 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. | ||||
* | iters: add IsClosed field, fixes #4 | Máximo Cuadros | 2015-11-17 | 1 | -1/+12 |
| | |||||
* | internal -> core | Máximo Cuadros | 2015-10-31 | 1 | -12/+14 |
| | |||||
* | tree and commit | Máximo Cuadros | 2015-10-27 | 1 | -0/+127 |