author | Kevin Ballard <kevin@sb.org> | |
Wed, 25 Jun 2008 22:44:40 +0000 (15:44 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Thu, 26 Jun 2008 05:34:20 +0000 (22:34 -0700) | ||
commit | 300913bd448def6fe2f943f534a172259725e7c6 | |
tree | e5d16b111c472238eaf7b339b11ebf6639d39afd | tree | snapshot |
parent | 85fe23ed2a5d88463f5362a3e4fdd6f45a0555fd | commit | diff |
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>
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 | diff | blob | history |