Re: [PATCH v3 06/14] commit-graph: implement 'git-commit-graph read'

2018-02-08 Thread Junio C Hamano
Derrick Stolee writes: > +'read':: > + > +Read a graph file given by the graph-head file and output basic > +details about the graph file. "a graph file", assuming that there must be only one in the specified place? Or if there are more than one, read all of them? Or is it an error to have more

[PATCH v3 06/14] commit-graph: implement 'git-commit-graph read'

2018-02-08 Thread Derrick Stolee
Teach git-commit-graph to read commit graph files and summarize their contents. Use the read subcommand to verify the contents of a commit graph file in the tests. Signed-off-by: Derrick Stolee --- Documentation/git-commit-graph.txt | 16 builtin/commit-graph.c | 71 +