summaryrefslogtreecommitdiff
path: root/fuzzers/corpora/commit_graph
Commit message (Collapse)AuthorAgeFilesLines
* commit-graph: Introduce a parser for commit-graph fileslhchavez2021-01-10513-0/+5
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