aboutsummaryrefslogtreecommitdiffstats
path: root/formats/index/decoder_test.go
Commit message (Collapse)AuthorAgeFilesLines
* new plumbing package (#118)Máximo Cuadros2016-11-081-196/+0
| | | * plumbing: now core was renamed to core, and formats and clients moved inside
* format: index encoder and index decoder improvements (#105)Máximo Cuadros2016-10-311-5/+5
|
* formats: Index read support (#91)Máximo Cuadros2016-10-261-0/+196
* utils: fs generic TestSuite * fs: fs.TempFile * utils: fs small changes requested * utils: fs, test fs.Create overwriting files * formats: index, basic v2 reader * formats: index, tree extension support * formats: index, stage decoding * formats: index, extended flags, v3 support * formats: index, v4 support * formats: index, Resolve undo support * formats: index, fix error when decoding invalidated entries * formats: index, fix style issues