]> git.ipfire.org Git - thirdparty/git.git/commit
send-email: futureproof split_addrs() sub
authorJunio C Hamano <gitster@pobox.com>
Sun, 21 Dec 2008 09:57:59 +0000 (01:57 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 21 Dec 2008 09:57:59 +0000 (01:57 -0800)
commit2f0e7cbbb0703d510a761e2892727e84b3cdcbec
tree79c275d34039e2694a0a9c0d402a1e198839710b
parent0693f9ddad3d9af3d3424087557bbddce480ce3f
send-email: futureproof split_addrs() sub

Matt Kraai points out that calling parse_line() assuming that the caller
ever passes only one argument is a bug waiting to happen, and he is
right.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl