On Mon, Feb 17, 2025 at 6:24 PM Miguel Ojeda <miguel.ojeda.sandonis@xxxxxxxxx> wrote: > > I understand the rationale -- what I meant to ask is if you saw that By the way, I don't agree with the rationale, because it sounds to me like optimizing for `git blame` readers, while pessimizing for normal readers. We do a lot of `git blame` in the kernel, especially since our Git log is quite good, but we still read the files themselves more... I can imagine ending up with a lot of extra lines over time everywhere, it could dissuade small fixes and so on. Cheers, Miguel