summaryrefslogtreecommitdiff
path: root/help.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2015-03-22 06:00:01 -0400
committerJunio C Hamano <gitster@pobox.com>2015-03-22 15:54:47 -0700
commit9a9592ff7c8a8f0e449515c158e4a5a4895c5c23 (patch)
tree210f837eb206ddffaed5a2e372372353483793d2 /help.c
parentbb8577532add843833ebf8b5324f94f84cb71ca0 (diff)
downloadgit-9a9592ff7c8a8f0e449515c158e4a5a4895c5c23.tar.gz
wt-status: don't flush before running "submodule status"
This is a holdover from the original implementation in ac8d5af (builtin-status: submodule summary support, 2008-04-12), which just had the sub-process output to our descriptor; we had to make sure we had flushed any data that we produced before it started writing. Since 3ba7407 (submodule summary: ignore --for-status option, 2013-09-06), however, we pipe the sub-process output back to ourselves. So there's no longer any need to flush (it does not hurt, but it may leave readers wondering why we do it). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'help.c')
0 files changed, 0 insertions, 0 deletions