]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'pw/single-key-interactive'
authorJunio C Hamano <gitster@pobox.com>
Mon, 21 Mar 2022 22:14:24 +0000 (15:14 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 Mar 2022 22:14:24 +0000 (15:14 -0700)
commit214919b4f6a4ef69406d9383038f2a1a75476032
tree85e9a0bb7e1c0c394302d0ff97c4d0d975f87f7e
parent7391ecd338edcd0317687399c915927c1b4e25dd
parentac618c418e5e16acd82dc3d8e4356a39150de5a2
Merge branch 'pw/single-key-interactive'

The single-key interactive operation used by "git add -p" has been
made more robust.

* pw/single-key-interactive:
  add -p: disable stdin buffering when interactive.singlekey is set
  terminal: set VMIN and VTIME in non-canonical mode
  terminal: pop signal handler when terminal is restored
  terminal: always reset terminal when reading without echo
add-interactive.c