commit | 4f41b611481bad08319966f7787fc7c4c7bfaa52 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Fri Feb 05 12:57:37 2010 -0800 |
committer | Junio C Hamano <gitster@pobox.com> | Fri Feb 05 20:57:16 2010 -0800 |
tree | 3a333aed6eefc5c10742efc2dce64741e3fdc837 | |
parent | 2b26e0e18907132eaac2a8163de0cac552217082 [diff] |
run-command: Allow stderr to be a caller supplied pipe Like .out, .err may now be set to a file descriptor > 0, which is a writable pipe/socket/file that the child's stderr will be redirected into. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>