fuzzers/corpora/commit_graph/506092de91dcf93254cdd5ad9e02a953a38099ea


Log

Author Commit Date CI Message
lhchavez 3fd57a75 2021-01-04T18:22:43 commit-graph: Introduce a parser for commit-graph files 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