Re: [RFC PATCH 05/12] commit-graph: check fanout and lookup table

2018-04-20 Thread Jakub Narebski
Derrick Stolee writes: > While running 'git commit-graph check', verify that the object IDs > are listed in lexicographic order and that the fanout table correctly > navigates into that list of object IDs. All right. I think we can also sanity check the fanout table (for

[RFC PATCH 05/12] commit-graph: check fanout and lookup table

2018-04-17 Thread Derrick Stolee
While running 'git commit-graph check', verify that the object IDs are listed in lexicographic order and that the fanout table correctly navigates into that list of object IDs. In anticipation of checking the commits in the commit-graph file against the object database, parse the commits from