git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Implement option to output local-part of email addresses
@ 2019-10-24 23:36 Prarit Bhargava
  2019-10-24 23:36 ` [PATCH v3 1/3] t6006: Use test-lib.sh definitions Prarit Bhargava
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Prarit Bhargava @ 2019-10-24 23:36 UTC (permalink / raw)
  To: git; +Cc: gitster, sandals, peff, szeder.dev, Prarit Bhargava

In many projects the number of contributors is low enough that users know
each other and the full email address doesn't need to be displayed.
Displaying only the author's username saves a lot of columns on the screen.
For example displaying "prarit" instead of "prarit@redhat.com" saves 11
columns.

The first two patches are clean-up/prep patches that modify tests t6006
and t4203 to use the definitions in test-lib.sh.  The third patch implements
the "%aL"|"%al|%cL|%cl" pretty options.

Signed-off-by: Prarit Bhargava <prarit@redhat.com>

Prarit Bhargava (3):
  t6006: Use test-lib.sh definitions
  t4203: Use test-lib.sh definitions
  pretty: add "%aL"|"%al|%cL|%cl" option to output local-part of email
    addresses

 Documentation/pretty-formats.txt |   8 ++
 pretty.c                         |   9 ++-
 t/t4203-mailmap.sh               | 122 +++++++++++++++++++------------
 t/t6006-rev-list-format.sh       |  28 ++++---
 t/test-lib.sh                    |   8 +-
 5 files changed, 113 insertions(+), 62 deletions(-)

-- 
2.21.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-10-25  6:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-24 23:36 [PATCH v3 0/3] Implement option to output local-part of email addresses Prarit Bhargava
2019-10-24 23:36 ` [PATCH v3 1/3] t6006: Use test-lib.sh definitions Prarit Bhargava
2019-10-25  6:05   ` Junio C Hamano
2019-10-24 23:36 ` [PATCH v3 2/3] t4203: " Prarit Bhargava
2019-10-25  6:18   ` Junio C Hamano
2019-10-24 23:36 ` [PATCH v3 3/3] pretty: add "%aL"|"%al|%cL|%cl" option to output local-part of email addresses Prarit Bhargava
2019-10-25  5:51   ` Junio C Hamano

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).