aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/format
Commit message (Expand)AuthorAgeFilesLines
* Add doc.go for commitgraph packagesFilip Navara2019-05-073-0/+106
* Merge pull request #1136 from filipnavara/idxfile-nobufMáximo Cuadros2019-04-271-51/+28
|\
| * plumbing: format/idxfile, avoid looking up the fanout mapping in the iterator...Filip Navara2019-04-261-10/+7
| * plumbing: format/idxfile, save another 18% of time in genOffsetHash by not us...Filip Navara2019-04-251-14/+11
| * plumbing: format/idxfile, avoid creating temporary buffers to decode integersFilip Navara2019-04-251-32/+15
* | plumbing: format/commitgraph, rename structs/fields to follow the terms used ...Filip Navara2019-04-255-59/+59
* | plumbing: format/commitgraph, clean up error handlingFilip Navara2019-04-253-6/+4
|/
* Merge pull request #1130 from saracen/gitattributesMáximo Cuadros2019-04-248-0/+1043
|\
| * plumbing: format/gitattributes supportArran Walker2019-04-248-0/+1043
* | Merge pull request #1128 from filipnavara/commitgraph-fmtMáximo Cuadros2019-04-245-0/+689
|\ \
| * | Remove debug print, fix large edge count calculation to make the reencoded fi...Filip Navara2019-04-242-3/+1
| * | Split OpenFileIndex into smaller functionsFilip Navara2019-04-242-32/+51
| * | Split Encoder into smaller functionsFilip Navara2019-04-242-55/+95
| * | Rename fixture tag to commit-graphFilip Navara2019-04-241-3/+3
| * | plumbing: format/commitgraph, add APIs for reading and writing commit-graph f...Filip Navara2019-04-245-0/+632
* | | Merge pull request #1121 from filipnavara/small-deltasMáximo Cuadros2019-04-241-56/+126
|\ \ \ | |/ / |/| |
| * | Populate the offsetToType cache in the iterator even for the skipped objectsFilip Navara2019-04-241-0/+3
| * | Better fix for the getObjectType problem in the iteratorFilip Navara2019-04-241-6/+9
| * | Remove duplicate cache lookup in getObjectContent, it is already done in FSOb...Filip Navara2019-04-241-13/+0
| * | Fix an error where getObjectType would seek in file and mess up the position ...Filip Navara2019-04-241-7/+11
| * | Reduce indentationFilip Navara2019-04-231-7/+5
| * | Add one more cache check to the iteratorFilip Navara2019-04-231-2/+12
| * | Address PR feedbackFilip Navara2019-04-231-2/+2
| * | Rename functionsFilip Navara2019-04-231-7/+9
| * | Avoid filling up the object cache from Packfile.GetByType with typ != plumbin...Filip Navara2019-04-231-17/+42
| * | Get the buffer from pool in fillOFSDeltaObjectContent instead of creating new...Filip Navara2019-04-221-1/+1
| * | Update commentFilip Navara2019-04-211-3/+3
| * | plumbing: packfile, apply small object reading optimization also for delta ob...Filip Navara2019-04-201-23/+61
* | | Merge pull request #1124 from saracen/packfile-scanner-improved-readerMáximo Cuadros2019-04-233-105/+143
|\ \ \ | |_|/ |/| |
| * | plumbing: packfile/scanner, readability/performance improvements, zlib poolingArran Walker2019-04-223-105/+143
| |/
* | Merge pull request #1123 from saracen/object-storage-open-packfileMáximo Cuadros2019-04-231-0/+5
|\ \
| * | filesystem: ObjectStorage, MaxOpenDescriptors optionArran Walker2019-04-221-0/+5
| |/
* | Merge pull request #1126 from saracen/index-performance-improvementsMáximo Cuadros2019-04-221-18/+19
|\ \
| * | plumbing: format/index perf, buffered reads, reflection removalArran Walker2019-04-211-18/+19
| |/
* / plumbing: idxfile, avoid unnecessary building of reverse offset/hash mapFilip Navara2019-04-201-4/+26
|/
* packfile: get object size correctly for delta objectsJeremy Stribling2019-01-312-1/+27
* plumbing/packfile: test UpdateObjectStorage empty packfile errorJavi Fontan2018-12-031-0/+14
* git: return better error message when packfile cannot be downloadedJavi Fontan2018-11-301-1/+7
* plumbing: format/packfile, performance optimizations for reading large commit...Filip Navara2018-11-285-33/+89
* Merge pull request #1025 from mcuadros/eoiev4.8.0Máximo Cuadros2018-11-194-4/+122
|\
| * plumbing: format/index: support for EOIE extension, by default on git v2.2.0Máximo Cuadros2018-11-194-4/+122
* | Merge pull request #994 from epiclabs-io/fix-thin-packMáximo Cuadros2018-11-162-47/+95
|\ \
| * | plumbing/format/packfile: Added thin pack testJavier Peletier2018-11-121-0/+50
| * | plumbing/format/packfile: Fix broken "thin" packfile support. Fixes #991Javier Peletier2018-10-231-47/+45
| |/
* / Remove unused method (#1022)Antonio Navarro Perez2018-11-161-56/+0
|/
* packfile: add comment on GetSizeByOffsetJeremy Stribling2018-10-151-0/+2
* object: get object size without reading whole objectJeremy Stribling2018-10-111-0/+16
* all: remove extra 's' in "mismatch"Jongmin Kim2018-09-261-1/+1
* Merge pull request #932 from flant/fix-negative-range-infoMáximo Cuadros2018-09-102-2/+43
|\
| * Fix fatal corrupt patch in unified diff formatAntonio Jesus Navarro Perez2018-09-072-2/+43