On Tue, Oct 17, 2023 at 10:45:18AM +0200, Patrick Steinhardt wrote: > On Tue, Oct 10, 2023 at 04:33:33PM -0400, Taylor Blau wrote: > > Prepare for the 'read-graph' test helper to perform other tasks besides > > dumping high-level information about the commit-graph by extracting its > > main routine into a separate function. > > > > Signed-off-by: Taylor Blau <me@xxxxxxxxxxxx> > > Signed-off-by: Jonathan Tan <jonathantanmy@xxxxxxxxxx> > > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx> > > Signed-off-by: Taylor Blau <me@xxxxxxxxxxxx> > > Nit: your signoff is duplicated here. This is also still the case for > some of the other commits. Yeah, this is an artifact of having tossed these patches back and forth (originally Jonathan sent some of these, then I sent another round, then Jonathan, now me again). It's a little verbose, but accurately tracks the DCO across multiple rounds. Thanks, Taylor