Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 1 | -3/+3 |
| | |||||
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -1/+1 |
| | |||||
* | *: added missing error checks in tests | Christian Muehlhaeuser | 2019-07-29 | 1 | -0/+1 |
| | | | | | | | | | | When we assign a value to err, make sure to also check for it being nil afterwards. If those were intentionally unchecked, we should remove the assignment in the first place. Those checks certainly never harm, but please review thoroughly and let me know. Signed-off-by: Christian Muehlhaeuser <muesli@gmail.com> (cherry picked from commit 19d6f42a4d814a50bd262fbb69a9b670db9756a2) | ||||
* | 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 |