Commit 3fd57a75e9dd0c4b0e40ee6e21568d40bd70d29b

lhchavez 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