aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/index/decoder_test.go
Commit message (Collapse)AuthorAgeFilesLines
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-2/+2
| | | | To be able to fix #261 we will move again to gopkg.in before v4 stable release.
* replace os.FileMode use with filemode.FileModeAlberto Cortés2017-03-011-3/+5
|
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-1/+1
|
* new git fixture pathMáximo Cuadros2017-01-301-1/+1
|
* format/index: keep time.Time as zero, when decoded value is 0Máximo Cuadros2017-01-281-4/+3
|
* BaseSuite improvements, usage of file:// protoMáximo Cuadros2016-12-021-15/+15
|
* new plumbing package (#118)Máximo Cuadros2016-11-081-0/+196
* plumbing: now core was renamed to core, and formats and clients moved inside