| Commit message (Expand) | Author | Age | Files | Lines |
* | pluming: object, adjust to new API names in format/commitgraph | Filip Navara | 2019-04-26 | 2 | -19/+19 |
* | Merge branch 'master' into commitgraph-obj | Filip Navara | 2019-04-26 | 18 | -67/+1165 |
|\ |
|
| * | Merge pull request #1134 from filipnavara/commitgraph-fmt-3 | Máximo Cuadros | 2019-04-26 | 5 | -63/+61 |
| |\ |
|
| | * | plumbing: format/commitgraph, rename structs/fields to follow the terms used ... | Filip Navara | 2019-04-25 | 5 | -59/+59 |
| | * | plumbing: format/commitgraph, clean up error handling | Filip Navara | 2019-04-25 | 3 | -6/+4 |
| * | | Merge pull request #1127 from sapk-fork/imp-1116 | Máximo Cuadros | 2019-04-25 | 4 | -4/+57 |
| |\ \
| | |/
| |/| |
|
| | * | plumbing: object/{commit,tag} add EncodeWithoutSignature, Implement #1116 | Antoine GIRARD | 2019-04-24 | 4 | -4/+57 |
| |/ |
|
| * | plumbing: commit.Stats, fix panic on empty chucks | Máximo Cuadros | 2019-04-24 | 1 | -0/+4 |
| * | Merge pull request #1130 from saracen/gitattributes | Máximo Cuadros | 2019-04-24 | 8 | -0/+1043 |
| |\ |
|
| | * | plumbing: format/gitattributes support | Arran Walker | 2019-04-24 | 8 | -0/+1043 |
* | | | Add test for CommitNode.Commit() and CommitNode.Tree() | Filip Navara | 2019-04-24 | 1 | -17/+27 |
* | | | Add test for traversal on mixed object and commit-graph | Filip Navara | 2019-04-24 | 1 | -0/+30 |
* | | | Update comments | Filip Navara | 2019-04-24 | 3 | -3/+6 |
* | | | Add test for CommitNode.ParentNodes() | Filip Navara | 2019-04-24 | 1 | -2/+26 |
* | | | Code cleanup, split into more files for clarity | Filip Navara | 2019-04-24 | 3 | -205/+200 |
* | | | Move Commit() to CommitNode API | Filip Navara | 2019-04-24 | 1 | -11/+19 |
* | | | Simplify the CommitNode API, make it look more like Commit | Filip Navara | 2019-04-24 | 3 | -87/+65 |
* | | | plumbing: object, add APIs for traversing over commit graphs | Filip Navara | 2019-04-24 | 3 | -0/+499 |
|/ / |
|
* | | Merge pull request #1128 from filipnavara/commitgraph-fmt | Máximo Cuadros | 2019-04-24 | 5 | -0/+689 |
|\ \ |
|
| * | | Remove debug print, fix large edge count calculation to make the reencoded fi... | Filip Navara | 2019-04-24 | 2 | -3/+1 |
| * | | Split OpenFileIndex into smaller functions | Filip Navara | 2019-04-24 | 2 | -32/+51 |
| * | | Split Encoder into smaller functions | Filip Navara | 2019-04-24 | 2 | -55/+95 |
| * | | Rename fixture tag to commit-graph | Filip Navara | 2019-04-24 | 1 | -3/+3 |
| * | | plumbing: format/commitgraph, add APIs for reading and writing commit-graph f... | Filip Navara | 2019-04-24 | 5 | -0/+632 |
* | | | Merge pull request #1121 from filipnavara/small-deltas | Máximo Cuadros | 2019-04-24 | 1 | -56/+126 |
|\ \ \
| |/ /
|/| | |
|
| * | | Populate the offsetToType cache in the iterator even for the skipped objects | Filip Navara | 2019-04-24 | 1 | -0/+3 |
| * | | Better fix for the getObjectType problem in the iterator | Filip Navara | 2019-04-24 | 1 | -6/+9 |
| * | | Remove duplicate cache lookup in getObjectContent, it is already done in FSOb... | Filip Navara | 2019-04-24 | 1 | -13/+0 |
| * | | Fix an error where getObjectType would seek in file and mess up the position ... | Filip Navara | 2019-04-24 | 1 | -7/+11 |
| * | | Reduce indentation | Filip Navara | 2019-04-23 | 1 | -7/+5 |
| * | | Add one more cache check to the iterator | Filip Navara | 2019-04-23 | 1 | -2/+12 |
| * | | Address PR feedback | Filip Navara | 2019-04-23 | 1 | -2/+2 |
| * | | Rename functions | Filip Navara | 2019-04-23 | 1 | -7/+9 |
| * | | Avoid filling up the object cache from Packfile.GetByType with typ != plumbin... | Filip Navara | 2019-04-23 | 1 | -17/+42 |
| * | | Get the buffer from pool in fillOFSDeltaObjectContent instead of creating new... | Filip Navara | 2019-04-22 | 1 | -1/+1 |
| * | | Update comment | Filip Navara | 2019-04-21 | 1 | -3/+3 |
| * | | plumbing: packfile, apply small object reading optimization also for delta ob... | Filip Navara | 2019-04-20 | 1 | -23/+61 |
* | | | Merge pull request #1131 from mcuadros/go-mod | Máximo Cuadros | 2019-04-23 | 2 | -33/+41 |
|\ \ \ |
|
| * | | | go modules update | Máximo Cuadros | 2019-04-23 | 2 | -33/+41 |
|/ / / |
|
* | | | 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 | Arran Walker | 2019-04-22 | 3 | -105/+143 |
* | | | Merge pull request #1123 from saracen/object-storage-open-packfile | Máximo Cuadros | 2019-04-23 | 5 | -49/+143 |
|\ \ \ |
|
| * | | | filesystem: ObjectStorage, MaxOpenDescriptors option | Arran Walker | 2019-04-22 | 5 | -49/+143 |
| |/ / |
|
* | | | Merge pull request #1126 from saracen/index-performance-improvements | Máximo Cuadros | 2019-04-22 | 4 | -19/+46 |
|\ \ \ |
|
| * | | | utils: binary reader, add ReadUntilFromBufioReader() | Arran Walker | 2019-04-22 | 2 | -6/+22 |
| * | | | plumbing: format/index perf, buffered reads, reflection removal | Arran Walker | 2019-04-21 | 3 | -19/+30 |
| |/ / |
|
* | | | Merge pull request #1125 from saracen/tree-walk-optimization | Máximo Cuadros | 2019-04-22 | 4 | -9/+34 |
|\ \ \ |
|
| * | | | plumbing: TreeWalker performance improvement, bufio pool for objects | Arran Walker | 2019-04-22 | 4 | -9/+34 |
| |/ / |
|
* | | | Merge pull request #1119 from filipnavara/idxfile-reverse-index | Máximo Cuadros | 2019-04-22 | 1 | -4/+26 |
|\ \ \
| |/ /
|/| | |
|
| * | | plumbing: idxfile, avoid unnecessary building of reverse offset/hash map | Filip Navara | 2019-04-20 | 1 | -4/+26 |
| |/ |
|