Browse Source
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 -> EOFmaint
Junio C Hamano
3 years ago
1 changed files with 9 additions and 7 deletions
Loading…
Reference in new issue