On Thu, Feb 03 2022, Junio C Hamano wrote: > * ab/only-single-progress-at-once (2022-01-07) 7 commits > - *.c: use isatty(0|2), not isatty(STDIN_FILENO|STDERR_FILENO) > - pack-bitmap-write.c: don't return without stop_progress() > - progress.c: add temporary variable from progress struct > - progress.c tests: test some invalid usage > - progress.c tests: make start/stop commands on stdin > - progress.c test helper: add missing braces > - leak tests: fix a memory leak in "test-progress" helper > > Further tweaks on progress API. > > Getting there. > source: <cover-v8-0.7-00000000000-20211228T150728Z-avarab@xxxxxxxxx> I sent a re-roll of this yesterday, which I'm only noting here in case you missed it on account of me screwing up the In-Reply-Chain for that topic (it traveled between v7..v8, including being attached to an unrelated thread for another topic of mine, oops!): https://lore.kernel.org/git/cover-v9-0.9-00000000000-20220203T213350Z-avarab@xxxxxxxxx/ That re-roll should address all the feedback René and Johannes Altmanningerhad on the v8.