diff options
author | Junio C Hamano <gitster@pobox.com> | 2017-02-02 13:43:19 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-02-02 13:43:19 -0800 |
commit | 8a8f121049fdd881981799755a041b3f81449805 (patch) | |
tree | 43cceb2fbab9e597b7a3d394511e1a124bccc69b /Documentation | |
parent | 289ec4d9ba6d90f462d887230d1d2de9453da562 (diff) | |
parent | 3b9e3c2cede15057af3ff8076c45ad5f33829436 (diff) | |
download | git-8a8f121049fdd881981799755a041b3f81449805.tar.gz git-8a8f121049fdd881981799755a041b3f81449805.tar.xz |
Sync with v2.11.1
* maint:
Git 2.11.1
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/RelNotes/2.11.1.txt | 3 |
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. |