aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/index/encoder_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Support v3 indexJohn Cai2021-11-051-5/+21
| | | | | | Currently the index encoder does not support the v3 index format. This change adds support to the encoder. This helps to unlock sparse checkout.
* fix goreportcard warningsOleg Kovalov2020-07-011-1/+2
|
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-1/+1
|
* Fix typos in comments, variables and function namesOleksandr Redko2019-10-241-3/+3
| | | | Signed-off-by: Oleksandr Redko <oleksandr.red+github@gmail.com>
* plumbing/index: fix TestEncode in go 1.9Máximo Cuadros2017-09-071-1/+2
|
* plumbing: index, Entries converted in a slice of pointersMáximo Cuadros2017-04-261-3/+3
|
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-1/+1
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* format/index: sort the Entries before encodeMáximo Cuadros2017-02-131-0/+10
|
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-1/+1
|
* BaseSuite improvements, usage of file:// protoMáximo Cuadros2016-12-021-4/+4
|
* new plumbing package (#118)Máximo Cuadros2016-11-081-0/+78
* plumbing: now core was renamed to core, and formats and clients moved inside