From: Junio C Hamano Date: Thu, 2 Feb 2017 21:21:27 +0000 (-0800) Subject: Git 2.11.1 X-Git-Tag: v2.11.1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b9e3c2cede15057af3ff8076c45ad5f33829436;p=thirdparty%2Fgit.git Git 2.11.1 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/2.11.1.txt b/Documentation/RelNotes/2.11.1.txt index 28240cdd24..9cd14c8197 100644 --- a/Documentation/RelNotes/2.11.1.txt +++ b/Documentation/RelNotes/2.11.1.txt @@ -161,5 +161,8 @@ Fixes since v2.11 * Tighten a test to avoid mistaking an extended ERE regexp engine as a PRE regexp engine. + * Typing ^C to pager, which usually does not kill it, killed Git and + took the pager down as a collateral damage in certain process-tree + structure. This has been fixed. Also contains various documentation updates and code clean-ups.