From: Junio C Hamano Date: Fri, 10 Dec 2021 22:35:16 +0000 (-0800) Subject: Merge branch 'cb/add-p-single-key-fix' X-Git-Tag: v2.35.0-rc0~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d53ff402a9140663da8e1a7a330f14f0de02e65;p=thirdparty%2Fgit.git Merge branch 'cb/add-p-single-key-fix' The single-key-input mode in "git add -p" had some code to handle keys that generate a sequence of input via ReadKey(), which did not handle end-of-file correctly, which has been fixed. * cb/add-p-single-key-fix: add -p: avoid use of undefined $key when ReadKey -> EOF --- 7d53ff402a9140663da8e1a7a330f14f0de02e65