Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-07-16 02:29:51 +0300
committerJunio C Hamano <gitster@pobox.com>2020-07-16 02:29:51 +0300
commitb6a658bd00c9c29e07f833cabfc0ef12224e277a (patch)
tree748ae7adedca6369ec124ca50af88ac187f6906a /Documentation/RelNotes/2.28.0.txt
parentd1ae8ba0963378f6613bfd683a969a94ca01b344 (diff)
Hopefully the last batch before -rc1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.28.0.txt')
-rw-r--r--Documentation/RelNotes/2.28.0.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.28.0.txt b/Documentation/RelNotes/2.28.0.txt
index c664771e81..542a139c53 100644
--- a/Documentation/RelNotes/2.28.0.txt
+++ b/Documentation/RelNotes/2.28.0.txt
@@ -213,6 +213,14 @@ Fixes since v2.27
a path in the working tree.
(merge 35e6e212fd mt/entry-fstat-fallback-fix later to maint).
+ * When an aliased command, whose output is piped to a pager by git,
+ gets killed by a signal, the pager got into a funny state, which
+ has been corrected (again).
+ (merge c0d73a59c9 ta/wait-on-aliased-commands-upon-signal later to maint).
+
+ * The code to produce progress output from "git commit-graph --write"
+ had a few breakages, which have been fixed.
+
* Other code cleanup, docfix, build fix, etc.
(merge 2c31a7aa44 jx/pkt-line-doc-count-fix later to maint).
(merge d63ae31962 cb/t5608-cleanup later to maint).