On Mon, Aug 30, 2021 at 01:00:46PM +0200, Ævar Arnfjörð Bjarmason wrote: > > On Sun, Aug 29 2021, Junio C Hamano wrote: > > * ab/only-single-progress-at-once (2021-07-23) 8 commits > > - progress.c: add & assert a "global_progress" variable > > - pack-bitmap-write.c: add a missing stop_progress() > > - progress.c: add temporary variable from progress struct > > - progress.c: stop eagerly fflush(stderr) when not a terminal > > - progress.c: call progress_interval() from progress_test_force_update() > > - progress.c: move signal handler functions lower > > - progress.c tests: test some invalid usage > > - progress.c tests: make start/stop verbs on stdin > > > > Further tweaks on progress API. > > (Summary copied from <87v93wflm0.fsf@xxxxxxxxxxxxxxxxxxx>) > > The changes are rather straightforward, see > <cover-0.8-0000000000-20210722T125012Z-avarab@xxxxxxxxx>; so if anyone's > interested in reviewing them. > > There's been no reports of anyone running into the new BUG() assertion > in 8/8 of it: <patch-8.8-1a14176bee-20210722T125012Z-avarab@xxxxxxxxx> Please don't advance this to next yet. I've found some issues with it, but not the time to raise them.