aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packfile/parser.go
Commit message (Expand)AuthorAgeFilesLines
* plumbing: Optimise memory consumption for filesystem storagePaulo Gomes2023-10-281-50/+145
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-111-2/+1
* plumbing: resolve non-external delta referencesZauberNerd2023-03-231-0/+9
* Optimize zlib reader and consolidate sync.poolsPaulo Gomes2022-11-071-8/+11
* Merge branch 'go-git:master' into masterPaul T2021-12-151-1/+0
|\
| * Remove unused variables/types/functionsAbhinav Gupta2021-11-271-1/+0
* | resolve external reference deltaspaul.t2021-10-111-0/+11
|/
* Close Reader & Writer of EncodedObject after useKyungmin Bae2020-05-241-5/+10
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-3/+3
* feat: avoid memory allocation on resolveDeltasNao YONASHIRO2019-07-311-46/+53
* plumbing: format/packfile, performance optimizations for reading large commit...Filip Navara2018-11-281-5/+1
* plumbing/format/packfile: Fix broken "thin" packfile support. Fixes #991Javier Peletier2018-10-231-47/+45
* plumbing/packfile: do not compute sha1 for already undeltified objectsJavi Fontan2018-08-141-7/+9
* plumbing/pacfile: tidy up objectInfo structJavi Fontan2018-08-141-36/+22
* plumbing: add buffer cache and use it in packfile parserJavi Fontan2018-08-141-14/+10
* plumbing: packfile, read object content only onceMiguel Molina2018-08-091-7/+15
* plumbing: packfile, allow non-seekable sources on ParserMiguel Molina2018-08-081-109/+202
* *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-071-43/+87
* plumbing, storage: integrate new indexJavi Fontan2018-07-261-5/+6
* plumbing/packfile: add new packfile parserJavi Fontan2018-07-261-0/+359