send-email: do not pass bogus address to local sendmail binary
commit2186d566a6c2dfb2f168ae608bbb2e0e77122d7e
authorJunio C Hamano <junkio@cox.net>
Tue, 30 May 2006 06:53:13 +0000 (29 23:53 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 30 May 2006 07:09:36 +0000 (30 00:09 -0700)
tree316a64641a2963517919562f7d3e28d135081474
parentce903018f1ed0283fdaa3de1ec3ad29fccf25c96
send-email: do not pass bogus address to local sendmail binary

This makes t9001 test happy.  Also fixes the warning on
uninitialized $references variable again.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-send-email.perl
t/t9001-send-email.sh