Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | commit-graph: Introduce a parser for commit-graph files | lhchavez | 2021-01-10 | 1 | -0/+299 |
This change is the first in a series to add support for git's commit-graph. This should speed up commit graph traversals by avoiding object parsing and allowing some operations to terminate earlier. Part of: #5757 |