summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorLibravatar 마누엘 <nalla@hamal.uberspace.de>2020-04-10 11:27:51 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-04-10 10:27:16 -0700
commit1f09aed8346f11c9fd236940b6e500388c394af2 (patch)
treeb75743fa3e205b88c1ff155dfe6ef1af663e60b4 /compat
parentinteractive: refactor code asking the user for interactive input (diff)
downloadtgif-1f09aed8346f11c9fd236940b6e500388c394af2.tar.xz
interactive: explicitly `fflush` stdout before expecting input
At least one interactive command writes a prompt to `stdout` and then reads user input on `stdin`: `git clean --interactive`. If the prompt is left in the buffer, the user will not realize the program is waiting for their input. So let's just flush `stdout` before reading the user's input. Signed-off-by: 마누엘 <nalla@hamal.uberspace.de> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'compat')
0 files changed, 0 insertions, 0 deletions