Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | plumbing: packfile/scanner, readability/performance improvements, zlib pooling | Arran Walker | 2019-04-22 | 1 | -0/+49 |
| | | | | Signed-off-by: Arran Walker <arran.walker@fiveturns.org> | ||||
* | plumbing: format/packfile, performance optimizations for reading large ↵ | Filip Navara | 2018-11-28 | 1 | -0/+17 |
| | | | | | | commit histories (#963) Signed-off-by: Filip Navara <navara@emclient.com> | ||||
* | plumbing: packfile, Add crc check to scanner test. | Javi Fontan | 2018-01-21 | 1 | -4/+75 |
| | | | | Signed-off-by: Javi Fontan <jfontan@gmail.com> | ||||
* | all: gofmt -s | ferhat elmas | 2017-11-30 | 1 | -1/+1 |
| | |||||
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 1 | -1/+1 |
| | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | ||||
* | format/packfile: rename Seek to SeekFromStart | Santiago M. Mola | 2017-04-26 | 1 | -2/+3 |
| | | | | | | This has signature and behavior distinct from io.Seeker, go vet complains about this, so we change it to a different name to avoid confusion. | ||||
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -1/+1 |
| | | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release. | ||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | new git fixture path | Máximo Cuadros | 2017-01-30 | 1 | -1/+1 |
| | |||||
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 1 | -0/+189 |
* plumbing: now core was renamed to core, and formats and clients moved inside |