aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/idxfile/writer_test.go
Commit message (Collapse)AuthorAgeFilesLines
* plumbing/idxfile: index is created only once and retrieved with IndexJavi Fontan2018-07-261-1/+1
| | | | | | Index is also automatically generated when OnFooter is called. Signed-off-by: Javi Fontan <jfontan@gmail.com>
* plumbing/idxfile: support offset64 generating indexesJavi Fontan2018-07-261-0/+45
Signed-off-by: Javi Fontan <jfontan@gmail.com>