wt-status.c: no need for dup() dance anymore
commit4ba0cb27c1c0c3aa65d28e1891c1f3dca3db5f93
authorKristian Høgsberg <krh@redhat.com>
Mon, 10 Mar 2008 17:58:26 +0000 (10 13:58 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 14 Mar 2008 07:42:14 +0000 (14 00:42 -0700)
treed43d7942c9ab1062dde7369a02a51cae8356bfa4
parentc0c77734bf313455364b3be7d3537d40e1138bcc
wt-status.c: no need for dup() dance anymore

Now we can generate diff to a file descriptor, we do not have to
dup() the stdout around when writing the status output.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
wt-status.c