From: Junio C Hamano Date: Wed, 22 Apr 2020 20:42:58 +0000 (-0700) Subject: Merge branch 'js/flush-prompt-before-interative-input' X-Git-Tag: v2.27.0-rc0~107 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33feaca6bfec2b80bcb915cfb477dcb3b14c7ef0;p=thirdparty%2Fgit.git Merge branch 'js/flush-prompt-before-interative-input' The interactive input from various codepaths are consolidated and any prompt possibly issued earlier are fflush()ed before we read. * js/flush-prompt-before-interative-input: interactive: explicitly `fflush` stdout before expecting input interactive: refactor code asking the user for interactive input --- 33feaca6bfec2b80bcb915cfb477dcb3b14c7ef0