aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packfile/encoder_advanced_test.go
Commit message (Expand)AuthorAgeFilesLines
* plumbing: format/packfile, prevent large objects from being read into memory ...zeripath2021-06-301-1/+1
* fix goreportcard warningsOleg Kovalov2020-07-011-2/+2
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-101-1/+1
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-7/+7
* Expose Storage cache.kuba--2018-09-071-4/+3
* plumbing: packfile, open and close packfile on FSObject readsMiguel Molina2018-08-091-3/+4
* plumbing: packfile, allow non-seekable sources on ParserMiguel Molina2018-08-081-1/+4
* *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-071-9/+28
* *: skip time consuming testsMáximo Cuadros2018-03-211-0/+9
* Improve delta reutilizationAntonio Jesus Navarro Perez2017-12-201-2/+4
* all: gofmt -sferhat elmas2017-11-301-1/+1
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-1/+1
* config: support a configurable, and turn-off-able, pack.windowJeremy Stribling2017-09-111-3/+14
* storage: reuse deltas from packfilesSantiago M. Mola2017-07-271-0/+91