aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format/packfile/parser.go
Commit message (Expand)AuthorAgeFilesLines
* 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