On Wed, May 14, 2025 at 6:18 PM Junio C Hamano <gitster@xxxxxxxxx> wrote: > > JAYATHEERTH K <jayatheerthkulkarni2005@xxxxxxxxx> writes: > > > git shortlog --no-merges --since=6.years -- Documentation/MyFirstContributi > > on.adoc > > That would not work; due to mass rename, you'd need > > $ git shortlog --no-merges -- Documentation/MyFirstContribution.{adoc,txt} > > or perhaps > > $ git log --no-merges --follow Documentation/MyFirstContribution.adoc | > git shortlog > > or something like that. > Oh I totally forgot the extension was changed to adoc Thanks for pointing it out As far as I see Emily Shaffer (9) Philippe Blain (5) Have the two highest logs I think Emily is not active in Git So for now I will cc Philippe Thank you, -Jayatheerth