diff options
author | Johannes Schindelin <johannes.schindelin@gmx.de> | 2016-06-22 17:02:04 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-06-24 15:20:47 -0700 |
commit | 36a4d905c36a598d17274765b57690ecfb4a23f8 (patch) | |
tree | 54996ef84cc7a5471fd8e38ef5e2657dbe1ff027 /diffcore.h | |
parent | format-patch: avoid freopen() (diff) | |
download | tgif-36a4d905c36a598d17274765b57690ecfb4a23f8.tar.xz |
format-patch: use stdout directly
Earlier, we freopen()ed stdout in order to write patches to files.
That forced us to duplicate stdout (naming it "realstdout") because we
*still* wanted to be able to report the file names.
As we do not abuse stdout that way anymore, we no longer need to
duplicate stdout, either.
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'diffcore.h')
0 files changed, 0 insertions, 0 deletions