Git 2.11.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Junio C Hamano committed
Feb 2, 2017 at 13:21 UTC
3b9e3c2cede15057af3ff8076c45ad5f33829436
1 file changed
+3
Documentation/RelNotes/2.11.1.txt
+3
@@ -161,5 +161,8 @@ Fixes since v2.11
161
* Tighten a test to avoid mistaking an extended ERE regexp engine as
162
a PRE regexp engine.
163
164
+ * Typing ^C to pager, which usually does not kill it, killed Git and
165
+ took the pager down as a collateral damage in certain process-tree
166
+ structure. This has been fixed.
167
168
Also contains various documentation updates and code clean-ups.