Re: [PATCH v5 0/2] commit-graph: use start_delayed_progress()
From: Jeff King <hidden>
Date: 2019-11-26 12:20:25
From: Jeff King <hidden>
Date: 2019-11-26 12:20:25
On Mon, Nov 25, 2019 at 09:28:21PM +0000, Derrick Stolee via GitGitGadget wrote:
Update in V5: I took Peff's advice for using "env" to use this delay in the GC test.
Thanks. No further complaints from me. :) There's an open issue to investigate unpack-trees sending progress to a non-stderr tty (which you can see in the test suite by setting GIT_PROGRESS_DELAY=0), but I think that should be handled separately. My limited digging suggests that it goes back to 2007 or earlier. -Peff