From: Taylor Blau <me@ttaylorr.com>
To: git@vger.kernel.org
Cc: Derrick Stolee <derrickstolee@github.com>,
Victoria Dye <vdye@github.com>, Jeff King <peff@peff.net>,
Junio C Hamano <gitster@pobox.com>
Subject: [PATCH 0/2] shortlog: introduce --email-only, --group-filter options
Date: Wed, 7 Jun 2023 19:02:06 -0400 [thread overview]
Message-ID: <cover.1686178917.git.me@ttaylorr.com> (raw)
These couple of patches introduce a pair of new options to `git
shortlog`. They are:
- `--group-filter`, which restricts the output to group(s) of interest
- `--email-only`, which allows callers to splice emails out of groups,
which is useful when grouping based on trailers that usually contain
identities (e.g. "Co-authored-by"), where the search is
name-insensitive and only cares about a strict match on the email.
Let me know what you think, and thanks in advance for your review.
Taylor Blau (2):
shortlog: introduce `--group-filter` to restrict output
shortlog: introduce `--email-only` to only show emails
Documentation/git-shortlog.txt | 10 +++++
builtin/shortlog.c | 53 +++++++++++++++++-----
shortlog.h | 3 ++
t/t4201-shortlog.sh | 82 ++++++++++++++++++++++++++++++++++
4 files changed, 138 insertions(+), 10 deletions(-)
--
2.41.0.1.gf123b68cb8
next reply other threads:[~2023-06-07 23:02 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-07 23:02 Taylor Blau [this message]
2023-06-07 23:02 ` [PATCH 1/2] shortlog: introduce `--group-filter` to restrict output Taylor Blau
2023-06-08 14:34 ` Derrick Stolee
2023-06-08 16:22 ` Taylor Blau
2023-06-07 23:02 ` [PATCH 2/2] shortlog: introduce `--email-only` to only show emails Taylor Blau
2023-06-08 7:35 ` Johannes Sixt
2023-06-08 16:24 ` Taylor Blau
2023-06-12 21:22 ` 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=cover.1686178917.git.me@ttaylorr.com \
--to=me@ttaylorr.com \
--cc=derrickstolee@github.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=peff@peff.net \
--cc=vdye@github.com \
/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).