git-send-email: Accept fifos as well as files
commit300913bd448def6fe2f943f534a172259725e7c6
authorKevin Ballard <kevin@sb.org>
Wed, 25 Jun 2008 22:44:40 +0000 (25 15:44 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 26 Jun 2008 05:34:20 +0000 (25 22:34 -0700)
treee5d16b111c472238eaf7b339b11ebf6639d39afd
parent85fe23ed2a5d88463f5362a3e4fdd6f45a0555fd
git-send-email: Accept fifos as well as files

When a fifo is given, validation must be skipped because we can't
read the fifo twice. Ideally git-send-email would cache the read
data instead of attempting to read twice, but for now just skip
validation.

Signed-off-by: Kevin Ballard <kevin@sb.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-send-email.perl