diff options
author | Jeff King <peff@peff.net> | 2014-04-19 15:19:30 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-21 10:31:51 -0700 |
commit | 5b88caa417ab221c8f8576332fba8d41dd3986d7 (patch) | |
tree | 6b1c7f62901aa55b8ab6606bce559e84cb57a9bc /t/t7001-mv.sh | |
parent | run_external_diff: clean up error handling (diff) | |
download | tgif-5b88caa417ab221c8f8576332fba8d41dd3986d7.tar.xz |
run_external_diff: drop fflush(NULL)
This fflush was added in d5535ec (Use run_command() to spawn
external diff programs instead of fork/exec., 2007-10-19),
because flushing buffers before forking is a good habit.
But later, 7d0b18a (Add output flushing before fork(),
2008-08-04) added it to the generic run-command interface,
meaning that our flush here is redundant.
Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7001-mv.sh')
0 files changed, 0 insertions, 0 deletions