Re: [PATCH v4 06/13] commit-graph: implement git commit-graph read

2018-02-22 Thread Junio C Hamano
Junio C Hamano writes: > Derrick Stolee writes: > >> +'read':: >> + >> +Read a graph file given by the graph-head file and output basic >> +details about the graph file. >> ++ >> +With `--file=` option, consider the graph stored in the file at >> +the path

Re: [PATCH v4 06/13] commit-graph: implement git commit-graph read

2018-02-21 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. > ++ > +With `--file=` option, consider the graph stored in the file at > +the path /info/. > + A sample reader confusion after reading