]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/flush-prompt-before-interative-input'
authorJunio C Hamano <gitster@pobox.com>
Wed, 22 Apr 2020 20:42:58 +0000 (13:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 22 Apr 2020 20:42:58 +0000 (13:42 -0700)
commit33feaca6bfec2b80bcb915cfb477dcb3b14c7ef0
treec909ff4dc330308aec6e84fc77f51c8412ab1469
parent9af3a7cb4d6d2aa7807b1f0d0e5b5b8605177413
parent1f09aed8346f11c9fd236940b6e500388c394af2
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