Re: [PATCH v6 00/10] commit-graph write: progress output improvements

2019-01-23 Thread Junio C Hamano
Derrick Stolee writes: > On 1/19/2019 3:21 PM, Ævar Arnfjörð Bjarmason wrote: >> Improvements since v6: >> >> * Integrate my "commit-graph write: use pack order when finding >> commits" patch, and per Junio's suggestion put it at the start so >> it's easier to split the two apart. >> >>

Re: [PATCH v6 00/10] commit-graph write: progress output improvements

2019-01-22 Thread Junio C Hamano
Ævar Arnfjörð Bjarmason writes: > Improvements since v6: > > * Integrate my "commit-graph write: use pack order when finding >commits" patch, and per Junio's suggestion put it at the start so >it's easier to split the two apart. > > * A signed-off-by of mine was missing on that patch.

Re: [PATCH v6 00/10] commit-graph write: progress output improvements

2019-01-22 Thread Derrick Stolee
On 1/19/2019 3:21 PM, Ævar Arnfjörð Bjarmason wrote: Improvements since v6: * Integrate my "commit-graph write: use pack order when finding commits" patch, and per Junio's suggestion put it at the start so it's easier to split the two apart. * A signed-off-by of mine was missing on

[PATCH v6 00/10] commit-graph write: progress output improvements

2019-01-19 Thread Ævar Arnfjörð Bjarmason
Improvements since v6: * Integrate my "commit-graph write: use pack order when finding commits" patch, and per Junio's suggestion put it at the start so it's easier to split the two apart. * A signed-off-by of mine was missing on that patch. Fixed. * Replace SZEDER's two patches with hi