]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pb/pretty-email-without-domain-part'
authorJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:16 +0000 (18:02 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Nov 2019 09:02:16 +0000 (18:02 +0900)
commitc22f63c40f0a576f3938dfd26c976ec052aa7fe2
treea7f627aaa3d46fd42977f4ec64afd0582bf295b8
parent5731ca365789a04faecc281be24ea2eb0e438215
parentd8b8217c8a16944dc61a1553464efabc450a6680
Merge branch 'pb/pretty-email-without-domain-part'

The custom format for "git log --format=<format>" learned the l/L
placeholder that is similar to e/E that fills in the e-mail
address, but only the local part on the left side of '@'.

* pb/pretty-email-without-domain-part:
  pretty: add "%aL" etc. to show local-part of email addresses
  t4203: use test-lib.sh definitions
  t6006: use test-lib.sh definitions