OSDN Git Service

Merge branch 'mm/send-email-fallback-to-local-mail-address'
authorJunio C Hamano <gitster@pobox.com>
Tue, 23 Jan 2018 21:16:41 +0000 (13:16 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Jan 2018 21:16:41 +0000 (13:16 -0800)
commit897de845e62ddccba5310057b64d568bc3d4e182
tree8391954c015fb3097af96aa38c1cd3190929e25e
parent93a622f4a73f9dd5277d32c5ecce534bdbc40a1b
parentd60be8acab06c34886338cbf98f7628284705979
Merge branch 'mm/send-email-fallback-to-local-mail-address'

Instead of maintaining home-grown email address parsing code, ship
a copy of reasonably recent Mail::Address to be used as a fallback
in 'git send-email' when the platform lacks it.

* mm/send-email-fallback-to-local-mail-address:
  send-email: add test for Linux's get_maintainer.pl
  perl/Git: remove now useless email-address parsing code
  send-email: add and use a local copy of Mail::Address