aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add test parameters for ls exampleFilip Navara2019-05-071-0/+1
* Add example for commit-graph traversalFilip Navara2019-05-071-0/+268
* Add doc.go for commitgraph packagesFilip Navara2019-05-074-0/+113
* Fix object/commitgraph testsFilip Navara2019-05-031-0/+3
* Move CommitNode/CommitNodeIndex into separate object/commitgraph packageFilip Navara2019-05-035-20/+23
* Merge remote-tracking branch 'origin/master' into commitgraph-objFilip Navara2019-05-035-53/+96
|\
| * Merge pull request #1090 from dweomer/ssh-proxy-from-environmentMáximo Cuadros2019-05-024-2/+68
| |\
| | * ssh: leverage proxy.DialJacob Blain Christen2019-05-024-2/+68
| |/
| * 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
* | | Expose Generation property on CommitNodeFilip Navara2019-04-293-0/+18
* | | pluming: object, adjust to new API names in format/commitgraphFilip Navara2019-04-262-19/+19
* | | Merge branch 'master' into commitgraph-objFilip Navara2019-04-2618-67/+1165
|\| |
| * | Merge pull request #1134 from filipnavara/commitgraph-fmt-3Máximo Cuadros2019-04-265-63/+61
| |\ \ | | |/ | |/|
| | * 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 #1127 from sapk-fork/imp-1116Máximo Cuadros2019-04-254-4/+57
| |\ \ | | |/ | |/|
| | * plumbing: object/{commit,tag} add EncodeWithoutSignature, Implement #1116Antoine GIRARD2019-04-244-4/+57
| |/
| * plumbing: commit.Stats, fix panic on empty chucksMáximo Cuadros2019-04-241-0/+4
| * Merge pull request #1130 from saracen/gitattributesMáximo Cuadros2019-04-248-0/+1043
| |\
| | * plumbing: format/gitattributes supportArran Walker2019-04-248-0/+1043
* | | Add test for CommitNode.Commit() and CommitNode.Tree()Filip Navara2019-04-241-17/+27
* | | Add test for traversal on mixed object and commit-graphFilip Navara2019-04-241-0/+30
* | | Update commentsFilip Navara2019-04-243-3/+6
* | | Add test for CommitNode.ParentNodes()Filip Navara2019-04-241-2/+26
* | | Code cleanup, split into more files for clarityFilip Navara2019-04-243-205/+200
* | | Move Commit() to CommitNode APIFilip Navara2019-04-241-11/+19
* | | Simplify the CommitNode API, make it look more like CommitFilip Navara2019-04-243-87/+65
* | | plumbing: object, add APIs for traversing over commit graphsFilip Navara2019-04-243-0/+499
|/ /
* | 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