On Wed, Mar 23, 2022 at 1:33 PM Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> wrote: > I think --since to "rev-list" combined with e.g. "shortlog" is what you > want here, e.g. on git.git: > > $ git -P shortlog --since=2.weeks.ago -sn origin/master But that still interprets "2.weeks.ago" relative to today, right? So, for a repo to which no one committed to in the last 2 weeks, it would show nothing. But what I'd like to get is the number of committers since 2 weeks before the latest commit. Any idea how to get that easily? -- Sebastian Schuberth