Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add doc.go for commitgraph packages | Filip Navara | 2019-05-07 | 3 | -0/+106 | |
| | | | | Signed-off-by: Filip Navara <filip.navara@gmail.com> | |||||
* | Merge pull request #1136 from filipnavara/idxfile-nobuf | Máximo Cuadros | 2019-04-27 | 1 | -51/+28 | |
|\ | | | | | plumbing: format/idxfile, avoid creating temporary buffers to decode integers | |||||
| * | plumbing: format/idxfile, avoid looking up the fanout mapping in the ↵ | Filip Navara | 2019-04-26 | 1 | -10/+7 | |
| | | | | | | | | | | | | iterator twice Signed-off-by: Filip Navara <filip.navara@gmail.com> | |||||
| * | plumbing: format/idxfile, save another 18% of time in genOffsetHash by not ↵ | Filip Navara | 2019-04-25 | 1 | -14/+11 | |
| | | | | | | | | | | | | using iterator and not loading CRC Signed-off-by: Filip Navara <filip.navara@gmail.com> | |||||
| * | plumbing: format/idxfile, avoid creating temporary buffers to decode integers | Filip Navara | 2019-04-25 | 1 | -32/+15 | |
| | | | | | | | | Signed-off-by: Filip Navara <filip.navara@gmail.com> | |||||
* | | plumbing: format/commitgraph, rename structs/fields to follow the terms used ↵ | Filip Navara | 2019-04-25 | 5 | -59/+59 | |
| | | | | | | | | | | | | by git more closely Signed-off-by: Filip Navara <navara@emclient.com> | |||||
* | | plumbing: format/commitgraph, clean up error handling | Filip Navara | 2019-04-25 | 3 | -6/+4 | |
|/ | | | | Signed-off-by: Filip Navara <navara@emclient.com> | |||||
* | Merge pull request #1130 from saracen/gitattributes | Máximo Cuadros | 2019-04-24 | 8 | -0/+1043 | |
|\ | | | | | plumbing: format/gitattributes support | |||||
| * | plumbing: format/gitattributes support | Arran Walker | 2019-04-24 | 8 | -0/+1043 | |
| | | | | | | | | | | | | Implements gitattributes parsing, matching and attribute extraction. Signed-off-by: Arran Walker <arran.walker@fiveturns.org> | |||||
* | | Merge pull request #1128 from filipnavara/commitgraph-fmt | Máximo Cuadros | 2019-04-24 | 5 | -0/+689 | |
|\ \ | | | | | | | plumbing: format/commitgraph, add APIs for reading and writing commit-graph files | |||||
| * | | Remove debug print, fix large edge count calculation to make the reencoded ↵ | Filip Navara | 2019-04-24 | 2 | -3/+1 | |
| | | | | | | | | | | | | | | | | | | file binary identical Signed-off-by: Filip Navara <filip.navara@gmail.com> | |||||
| * | | Split OpenFileIndex into smaller functions | Filip Navara | 2019-04-24 | 2 | -32/+51 | |
| | | | | | | | | | | | | Signed-off-by: Filip Navara <filip.navara@gmail.com> | |||||
| * | | Split Encoder into smaller functions | Filip Navara | 2019-04-24 | 2 | -55/+95 | |
| | | | | | | | | | | | | Signed-off-by: Filip Navara <filip.navara@gmail.com> | |||||
| * | | Rename fixture tag to commit-graph | Filip Navara | 2019-04-24 | 1 | -3/+3 | |
| | | | | | | | | | | | | Signed-off-by: Filip Navara <filip.navara@gmail.com> | |||||
| * | | plumbing: format/commitgraph, add APIs for reading and writing commit-graph ↵ | Filip Navara | 2019-04-24 | 5 | -0/+632 | |
| | | | | | | | | | | | | | | | | | | files Signed-off-by: Filip Navara <filip.navara@gmail.com> | |||||
* | | | Merge pull request #1121 from filipnavara/small-deltas | Máximo Cuadros | 2019-04-24 | 1 | -56/+126 | |
|\ \ \ | |/ / |/| | | plumbing: packfile, apply small object reading optimization also for delta objects | |||||
| * | | Populate the offsetToType cache in the iterator even for the skipped objects | Filip Navara | 2019-04-24 | 1 | -0/+3 | |
| | | | | | | | | | | | | Signed-off-by: Filip Navara <navara@emclient.com> | |||||
| * | | Better fix for the getObjectType problem in the iterator | Filip Navara | 2019-04-24 | 1 | -6/+9 | |
| | | | | | | | | | | | | Signed-off-by: Filip Navara <navara@emclient.com> | |||||
| * | | Remove duplicate cache lookup in getObjectContent, it is already done in ↵ | Filip Navara | 2019-04-24 | 1 | -13/+0 | |
| | | | | | | | | | | | | | | | | | | FSObject Signed-off-by: Filip Navara <navara@emclient.com> | |||||
| * | | Fix an error where getObjectType would seek in file and mess up the position ↵ | Filip Navara | 2019-04-24 | 1 | -7/+11 | |
| | | | | | | | | | | | | | | | | | | used by getNextObject in the subsequent statement Signed-off-by: Filip Navara <navara@emclient.com> | |||||
| * | | Reduce indentation | Filip Navara | 2019-04-23 | 1 | -7/+5 | |
| | | | | | | | | | | | | Signed-off-by: Filip Navara <navara@emclient.com> | |||||
| * | | Add one more cache check to the iterator | Filip Navara | 2019-04-23 | 1 | -2/+12 | |
| | | | | | | | | | | | | Signed-off-by: Filip Navara <navara@emclient.com> | |||||
| * | | Address PR feedback | Filip Navara | 2019-04-23 | 1 | -2/+2 | |
| | | | | | | | | | | | | Signed-off-by: Filip Navara <filip.navara@gmail.com> | |||||
| * | | Rename functions | Filip Navara | 2019-04-23 | 1 | -7/+9 | |
| | | | | | | | | | | | | Signed-off-by: Filip Navara <filip.navara@gmail.com> | |||||
| * | | Avoid filling up the object cache from Packfile.GetByType with typ != ↵ | Filip Navara | 2019-04-23 | 1 | -17/+42 | |
| | | | | | | | | | | | | | | | | | | plumbing.AnyObject Signed-off-by: Filip Navara <filip.navara@gmail.com> | |||||
| * | | Get the buffer from pool in fillOFSDeltaObjectContent instead of creating ↵ | Filip Navara | 2019-04-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | new one Signed-off-by: Filip Navara <filip.navara@gmail.com> | |||||
| * | | Update comment | Filip Navara | 2019-04-21 | 1 | -3/+3 | |
| | | | | | | | | | | | | Signed-off-by: Filip Navara <navara@emclient.com> | |||||
| * | | plumbing: packfile, apply small object reading optimization also for delta ↵ | Filip Navara | 2019-04-20 | 1 | -23/+61 | |
| | | | | | | | | | | | | | | | | | | objects Signed-off-by: Filip Navara <navara@emclient.com> | |||||
* | | | Merge pull request #1124 from saracen/packfile-scanner-improved-reader | Máximo Cuadros | 2019-04-23 | 3 | -105/+143 | |
|\ \ \ | |_|/ |/| | | plumbing: packfile/scanner, readability/performance improvements, zlib pooling | |||||
| * | | plumbing: packfile/scanner, readability/performance improvements, zlib pooling | Arran Walker | 2019-04-22 | 3 | -105/+143 | |
| |/ | | | | | | | Signed-off-by: Arran Walker <arran.walker@fiveturns.org> | |||||
* | | Merge pull request #1123 from saracen/object-storage-open-packfile | Máximo Cuadros | 2019-04-23 | 1 | -0/+5 | |
|\ \ | | | | | | | filesystem: ObjectStorage, MaxOpenDescriptors option | |||||
| * | | filesystem: ObjectStorage, MaxOpenDescriptors option | Arran Walker | 2019-04-22 | 1 | -0/+5 | |
| |/ | | | | | | | | | | | | | | | The MaxOpenDescriptors option provides a middle ground solution between keeping all packfiles open (as offered by the KeepDescriptors option) and keeping none open. Signed-off-by: Arran Walker <arran.walker@fiveturns.org> | |||||
* | | Merge pull request #1126 from saracen/index-performance-improvements | Máximo Cuadros | 2019-04-22 | 1 | -18/+19 | |
|\ \ | | | | | | | plumbing: format/index perf, buffered reads, reflection removal | |||||
| * | | plumbing: format/index perf, buffered reads, reflection removal | Arran Walker | 2019-04-21 | 1 | -18/+19 | |
| |/ | | | | | | | | | | | | | | | | | | | Large performance increase by buffering reads. There were a few instances where binary.Read() would end up using reflection on &plumbing.Hash, rather than treating it as a byte slice. This has now been resolved. Signed-off-by: Arran Walker <arran.walker@fiveturns.org> | |||||
* / | plumbing: idxfile, avoid unnecessary building of reverse offset/hash map | Filip Navara | 2019-04-20 | 1 | -4/+26 | |
|/ | | | | Signed-off-by: Filip Navara <navara@emclient.com> | |||||
* | packfile: get object size correctly for delta objects | Jeremy Stribling | 2019-01-31 | 2 | -1/+27 | |
| | | | | Signed-off-by: Jeremy Stribling <strib@alum.mit.edu> | |||||
* | plumbing/packfile: test UpdateObjectStorage empty packfile error | Javi Fontan | 2018-12-03 | 1 | -0/+14 | |
| | | | | Signed-off-by: Javi Fontan <jfontan@gmail.com> | |||||
* | git: return better error message when packfile cannot be downloaded | Javi Fontan | 2018-11-30 | 1 | -1/+7 | |
| | | | | | | | | Previously the error message when the connection was closed while fetching was "object not found" and was misleading. Now when the packfile size is 0 the error "unable to fetch packfile" is returned. Signed-off-by: Javi Fontan <jfontan@gmail.com> | |||||
* | plumbing: format/packfile, performance optimizations for reading large ↵ | Filip Navara | 2018-11-28 | 5 | -33/+89 | |
| | | | | | | commit histories (#963) Signed-off-by: Filip Navara <navara@emclient.com> | |||||
* | Merge pull request #1025 from mcuadros/eoiev4.8.0 | Máximo Cuadros | 2018-11-19 | 4 | -4/+122 | |
|\ | | | | | plumbing: format/index: support for EOIE extension | |||||
| * | plumbing: format/index: support for EOIE extension, by default on git v2.2.0 | Máximo Cuadros | 2018-11-19 | 4 | -4/+122 | |
| | | | | | | | | Signed-off-by: Máximo Cuadros <mcuadros@gmail.com> | |||||
* | | Merge pull request #994 from epiclabs-io/fix-thin-pack | Máximo Cuadros | 2018-11-16 | 2 | -47/+95 | |
|\ \ | | | | | | | plumbing/format/packfile: Fix broken "thin" packfile support. Fixes #991 | |||||
| * | | plumbing/format/packfile: Added thin pack test | Javier Peletier | 2018-11-12 | 1 | -0/+50 | |
| | | | | | | | | | | | | Signed-off-by: Javier Peletier <jm@epiclabs.io> | |||||
| * | | plumbing/format/packfile: Fix broken "thin" packfile support. Fixes #991 | Javier Peletier | 2018-10-23 | 1 | -47/+45 | |
| |/ | | | | | | | Signed-off-by: Javier Peletier <jm@epiclabs.io> | |||||
* / | Remove unused method (#1022) | Antonio Navarro Perez | 2018-11-16 | 1 | -56/+0 | |
|/ | | | Signed-off-by: Antonio Jesus Navarro Perez <antnavper@gmail.com> | |||||
* | packfile: add comment on GetSizeByOffset | Jeremy Stribling | 2018-10-15 | 1 | -0/+2 | |
| | | | | | | | Suggested by mcuadros. Issue: src-d/go-git#982 Signed-off-by: Jeremy Stribling <strib@alum.mit.edu> | |||||
* | object: get object size without reading whole object | Jeremy Stribling | 2018-10-11 | 1 | -0/+16 | |
| | | | | Signed-off-by: Jeremy Stribling <strib@alum.mit.edu> | |||||
* | all: remove extra 's' in "mismatch" | Jongmin Kim | 2018-09-26 | 1 | -1/+1 | |
| | | | | Signed-off-by: Jongmin Kim <jmkim@pukyong.ac.kr> | |||||
* | Merge pull request #932 from flant/fix-negative-range-info | Máximo Cuadros | 2018-09-10 | 2 | -2/+43 | |
|\ | | | | | Fix `fatal: corrupt patch` error in unified diff format | |||||
| * | Fix fatal corrupt patch in unified diff format | Antonio Jesus Navarro Perez | 2018-09-07 | 2 | -2/+43 | |
| | | | | | | | | Signed-off-by: Antonio Jesus Navarro Perez <antnavper@gmail.com> |