commit | f4bba25bdc0ecb4ac338de81a2a65af487701833 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <spearce@spearce.org> | Mon Mar 12 14:37:45 2007 -0400 |
committer | Junio C Hamano <junkio@cox.net> | Mon Mar 12 23:40:17 2007 -0700 |
tree | c589a5069a36db7941e3b3648a8e3dbb4978a914 | |
parent | 27ebd6e0443bdd795869f598ecebc9eadd64a26c [diff] |
Teach run-command about stdout redirection Some potential callers of the run_command family of functions need to control not only the stdin redirection of the child, but also the stdout redirection of the child. This can now be setup much like the already existing stdin redirection. Signed-off-by: Shawn O. Pearce <spearce@spearce.org> Signed-off-by: Junio C Hamano <junkio@cox.net>