Re: What's cooking in git.git (Aug 2021, #09; Sun, 29)
From: SZEDER Gábor <hidden>
Date: 2021-09-01 05:04:11
On Mon, Aug 30, 2021 at 01:00:46PM +0200, Ævar Arnfjörð Bjarmason wrote:
On Sun, Aug 29 2021, Junio C Hamano wrote:
quoted
* 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 [ref]) The changes are rather straightforward, see [ref]; 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: [ref]
Please don't advance this to next yet. I've found some issues with it, but not the time to raise them.