Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information