On Mon, Jun 01, 2020 at 11:46:22AM -0400, Derrick Stolee wrote: > Taylor Blau 5b6653e5 builtin/commit-graph.c: dereference tags in builtin > builtin/commit-graph.c > 5b6653e5 244) progress = start_delayed_progress( > 5b6653e5 268) stop_progress(&progress); Thanks for pointing out this area. What's going on here is that we aren't testing '--stdin-commits' with '--[no]-progress', since generating a progress meter from the builtin in this path is new since 'tb/commit-graph-no-check-oids'. I mailed a few patches to the list to address this. They seem to be trickling in slowly, though... Thanks, Taylor