On Tue, Oct 15, 2024, at 11:33, Wolfgang Müller wrote: > > […] > > Was this topic maybe missed? It's not a critical fix but would solve a > segfault that is pretty easy for a user to trigger. I can confirm that this gives me a segfault: ``` # Directory which is not tracked cd ~ git shortlog --author=Kristoffer ``` Maybe a few things could make the change more ready to be included: 1. A regression test for that segfault 2. A quickfix (which you indicate below the three-dash/hyphens) can be documented in the comment above the code with a `NEEDSWORK` -- Kristoffer Haugsbakk