Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repository now works against the generic ObjectStore interface | Joshua Sjoding | 2016-01-23 | 1 | -8/+9 |
| | |||||
* | Merge pull request #15 from alcortesm/performance-increase-for-big-repos | Máximo Cuadros | 2016-01-21 | 1 | -9/+11 |
|\ | | | | | Performance increase for big repos | ||||
| * | performance increase for repos with many files and directories | Alberto Cortés | 2016-01-21 | 1 | -9/+11 |
| | | |||||
* | | Readability improvements | Alberto Cortés | 2016-01-21 | 1 | -2/+4 |
|/ | |||||
* | Fix commit.File() gorutine leak | Alberto Cortés | 2016-01-21 | 1 | -0/+80 |
| | | | | | | | | | | | | 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. | ||||
* | Ignore submodule dirs (empty directories without associated object), add ↵ | Alberto Cortés | 2016-01-08 | 1 | -1/+5 |
| | | | | empty dir test | ||||
* | fix PR#7 comments | Alberto Cortés | 2015-12-04 | 1 | -6/+0 |
| | |||||
* | Blame support for files | Alberto Cortés | 2015-11-25 | 1 | -1/+2 |
| | | | | | | | | 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. | ||||
* | internal -> core | Máximo Cuadros | 2015-10-31 | 1 | -7/+7 |
| | |||||
* | tree and commit | Máximo Cuadros | 2015-10-27 | 1 | -0/+122 |