run-command: Allow stderr to be a caller supplied pipe
authorShawn O. Pearce <spearce@spearce.org>
Fri, 5 Feb 2010 20:57:37 +0000 (12:57 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 6 Feb 2010 04:57:16 +0000 (20:57 -0800)
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>
No differences found