| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | 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 |
| |/ / |
|
* | | | Merge pull request #1118 from filipnavara/fix1104 | Máximo Cuadros | 2019-04-21 | 2 | -1/+73 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add test for decoding and verifying signed tags with extra new line after sig... | Filip Navara | 2019-04-20 | 1 | -0/+72 |
| * | | plumbing: object, Fix tag message decoding | Spencer Judd | 2019-04-20 | 1 | -1/+1 |
|/ / |
|
* | | plumbing: commit.StatsContext and fix for orphan commit (#1115)v4.11.0 | Máximo Cuadros | 2019-04-18 | 2 | -15/+40 |
* | | Merge pull request #1088 from oleksii-shnyra/fix-1074 | Máximo Cuadros | 2019-04-18 | 2 | -2/+87 |
|\ \ |
|
| * | | plumbing: commit.Stat test suite | Máximo Cuadros | 2019-04-18 | 1 | -0/+78 |
| * | | plumbing: object, Count stats properly when no new line added at the end. Fix... | oleksiishnyra | 2019-03-14 | 1 | -2/+9 |
* | | | Merge pull request #1112 from HashedDan/commit-example-typo | Máximo Cuadros | 2019-04-18 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | examples: commit, fixed minor typo in info statement | HashedDan | 2019-04-15 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #1095 from niukuo/panic_find_entry | Máximo Cuadros | 2019-04-02 | 2 | -1/+4 |
|\ \ |
|
| * | | fix panic in object.Tree.FindEntry | niukuo | 2019-03-27 | 2 | -1/+4 |
* | | | Merge pull request #1099 from dpordomingo/go1.12-support | Máximo Cuadros | 2019-04-02 | 1 | -1/+1 |
|\ \ \
| |/ /
|/| | |
|
| * | | travis: drop go1.10 add go1.12 | David Pordomingo | 2019-03-29 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #1092 from niukuo/master | Máximo Cuadros | 2019-03-25 | 1 | -1/+1 |
|\ \ |
|
| * | | fix missing error in bfsCommitIterator | niukuo | 2019-03-21 | 1 | -1/+1 |
* | | | Merge pull request #1094 from niukuo/remote_anonymous | Máximo Cuadros | 2019-03-25 | 2 | -0/+47 |
|\ \ \ |
|
| * | | | add Repository.CreateRemoteAnonymous | niukuo | 2019-03-22 | 2 | -0/+47 |
| |/ / |
|
* | | | Merge pull request #1093 from jfontan/transactional-packfilewriter-interface | Máximo Cuadros | 2019-03-22 | 2 | -9/+67 |
|\ \ \
| |/ /
|/| | |
|
| * | | transactional: implement storer.PackfileWriter | Javi Fontan | 2019-03-21 | 2 | -9/+67 |
| |/ |
|
* | | Merge pull request #1084 from vmarkovtsev/master | Máximo Cuadros | 2019-03-20 | 1 | -1/+17 |
|\ \
| |/
|/| |
|
| * | Add diff.DoWithTimeout() | Vadim Markovtsev | 2019-03-13 | 1 | -2/+16 |
| * | Increase diffmatchcpatch timeout | Vadim Markovtsev | 2019-03-10 | 1 | -0/+2 |