Hi Junio, On Sat, 26 Feb 2022, Junio C Hamano wrote: > When I highlight a failure at CI, I often give a URL like this: > > https://github.com/git/git/runs/5343133021?check_suite_focus=true#step:4:5520 > > I notice that this "hide by default" forces the recipient of the URL > to click the line after the line with a red highlight before they > can view the breakage. Yes, that's because line 5520 is the header of that group. If you direct the reader to https://github.com/git/git/runs/5343133021?check_suite_focus=true#step:4:5674 instead, it will get expanded. If it would not get expanded, that would be a bug, but obviously not in my patch series. Ciao, Dscho