On Mon, Apr 4, 2022 at 12:42 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Wow. I am reasonably sure that this was broken since the > introduction of the progress meter to "git blame". Thanks for > finding and fixing. As the person who originally wrote said support, I feel like I am just nurturing it. :-D > > Can we have a test, too, or is that too cumbersome to add for some > reason? Correct me if I'm wrong but it could be a little tricky because "progress display" shows up only if it happens to "lose" a race. Progress is skipped altogether if blame process goes too fast. Even if you run blame on a file with a lot of history, if box is fast enough and info is cached, it will fail to display progress. So, all in all, it would be like trying to unit test output coming out of a race condition. Let me know what you think. > > Thanks. yw