Re: [PATCH v2 00/14] Serialized Git Commit Graph

2018-01-31 Thread Stefan Beller
>> Finally, I tried to clean up my incorrect style as I was recreating >> these commits. Feel free to be merciless in style feedback now that the >> architecture is more stable. > > ok, will do. I reviewed all patches and found no nits worth mentioning. The whole series has been reviewed by me.

Re: [PATCH v2 00/14] Serialized Git Commit Graph

2018-01-30 Thread Stefan Beller
On Tue, Jan 30, 2018 at 1:39 PM, Derrick Stolee wrote: > Thanks to everyone who gave comments on v1. I tried my best to respond to > all of the feedback, but may have missed some while I was doing several > renames, including: > > * builtin/graph.c -> builtin/commit-graph.c > *

[PATCH v2 00/14] Serialized Git Commit Graph

2018-01-30 Thread Derrick Stolee
Thanks to everyone who gave comments on v1. I tried my best to respond to all of the feedback, but may have missed some while I was doing several renames, including: * builtin/graph.c -> builtin/commit-graph.c * packed-graph.[c|h] -> commit-graph.[c|h] * t/t5319-graph.sh ->