aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2017-02-02 13:21:27 -0800
committerJunio C Hamano <gitster@pobox.com>2017-02-02 13:21:27 -0800
commit3b9e3c2cede15057af3ff8076c45ad5f33829436 (patch)
treeaeef90b5ddf7cb6c0aaabeafc946e4fd9e53816f
parent45f28edbe9ce730c8d54a0042eafc34657f81c27 (diff)
downloadgit-3b9e3c2cede15057af3ff8076c45ad5f33829436.tar.gz
git-3b9e3c2cede15057af3ff8076c45ad5f33829436.tar.xz
Git 2.11.1v2.11.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.11.1.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.11.1.txt b/Documentation/RelNotes/2.11.1.txt
index 28240cdd2..9cd14c819 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.