aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packfile/parser_test.go
Commit message (Expand)AuthorAgeFilesLines
* Use Sync.Pool pointers to optimise memory usagePaulo Gomes2022-11-071-0/+28
* remove packfile and align to test fixturespaul.t2022-01-051-3/+2
* add codecommit packfile for testing external ref resolutionpaul.t2021-11-091-0/+14
* plumbing: format, use os.UserHomeDir()Máximo Cuadros2021-05-021-10/+18
* ci: based on github actionsv5.0.0Máximo Cuadros2020-03-151-10/+2
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-101-11/+3
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-4/+4
* plumbing/format/packfile: Added thin pack testJavier Peletier2018-11-121-0/+50
* plumbing: packfile, read object content only onceMiguel Molina2018-08-091-0/+25
* plumbing: packfile, add Parse benchmarkMiguel Molina2018-08-091-0/+30
* plumbing: packfile, allow non-seekable sources on ParserMiguel Molina2018-08-081-9/+10
* *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-071-1/+1
* plumbing/packfile: add new packfile parserJavi Fontan2018-07-261-0/+139