]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/add-p-leftover-bits'
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Feb 2020 22:34:58 +0000 (14:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 5 Feb 2020 22:34:58 +0000 (14:34 -0800)
commit76c57fedfa8a15bd341c0059bff164a049fe1d5c
tree5b4a2fd0b9b73b2614ea1b0ef1b048a3b7df4d7c
parent9a5315edfdf662c4d9bf444ebc297bc802fa5e04
parentb2627cc3d4be2f8086711097f99d79a32c6a703a
Merge branch 'js/add-p-leftover-bits'

The final leg of rewriting "add -i/-p" in C.

* js/add-p-leftover-bits:
  ci: include the built-in `git add -i` in the `linux-gcc` job
  built-in add -p: handle Escape sequences more efficiently
  built-in add -p: handle Escape sequences in interactive.singlekey mode
  built-in add -p: respect the `interactive.singlekey` config setting
  terminal: add a new function to read a single keystroke
  terminal: accommodate Git for Windows' default terminal
  terminal: make the code of disable_echo() reusable
  built-in add -p: handle diff.algorithm
  built-in add -p: support interactive.diffFilter
  t3701: adjust difffilter test
add-interactive.c
t/t3701-add-interactive.sh