]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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


Trivial merge