From: Sebastian Schuberth <sschuberth@gmail.com>
To: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
Cc: Git Mailing List <git@vger.kernel.org>
Subject: Re: How to determine the number of unique recent committers on a branch?
Date: Wed, 23 Mar 2022 23:14:23 +0100 [thread overview]
Message-ID: <CAHGBnuMjRNiHr+V7Vc6N72CFbtVDmTapf3w1vn=1TOPB89W0ag@mail.gmail.com> (raw)
In-Reply-To: <220323.86bkxwogxs.gmgdl@evledraar.gmail.com>
On Wed, Mar 23, 2022 at 3:57 PM Ævar Arnfjörð Bjarmason
<avarab@gmail.com> wrote:
> But you *can* do by grabbing the epoch from the tip commit and doing
> some basic shell-math on it:
>
> git log --since=$(($(git log --oneline -1 --date=unix --pretty=format:%ad origin/master) - $((60*60*24*7*2)) )) origin/master
Thanks, that works!
However, as --since works on the commit date, shouldn't it also be %cd
instead of %ad in the format string for consistency?
--
Sebastian Schuberth
next prev parent reply other threads:[~2022-03-23 22:14 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-23 10:23 How to determine the number of unique recent committers on a branch? Sebastian Schuberth
2022-03-23 12:30 ` Ævar Arnfjörð Bjarmason
2022-03-23 13:00 ` Sebastian Schuberth
2022-03-23 14:47 ` Ævar Arnfjörð Bjarmason
2022-03-23 22:14 ` Sebastian Schuberth [this message]
2022-03-23 20:48 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='CAHGBnuMjRNiHr+V7Vc6N72CFbtVDmTapf3w1vn=1TOPB89W0ag@mail.gmail.com' \
--to=sschuberth@gmail.com \
--cc=avarab@gmail.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).