I’m trying to get recent statistics about authors of a github repository.
Using git shortlog works fine, as recommended here for instance, but for some reason it stops finding commits after September 2023.
If I search for myself, I get 0 results for this, although I know quite well that I have authored/commited after this point.
git shortlog --all --author=Nury --after=2023-10-01
What am I missing here? What could make the count stop, and is there a way to find the most recent commits by author?