Git.pm: add comment pointing to t9000
commitdcfafc5214e6af277aa8565af4f63b20046d65bf
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Fri, 21 Oct 2016 09:20:24 +0000 (21 11:20 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 21 Oct 2016 16:48:26 +0000 (21 09:48 -0700)
tree8ce9fa64cdf7687eeecfd21d0d57153fb479dfa5
parent8a420edbd2cbe43354f03243aacd4000c0ed9cfe
Git.pm: add comment pointing to t9000

parse_mailboxes should probably eventually be completely equivalent to
Mail::Address, and if this happens we can drop the Mail::Address
dependency. Add a comment in the code reminding the current state of the
code, and point to the corresponding failing test to help future
contributors to get it right.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Git.pm