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>2021-02-23 03:09:36 +0300
committerJunio C Hamano <gitster@pobox.com>2021-02-23 03:12:43 +0300
commit966e671106b2fd38301e7c344c754fd118d0bb07 (patch)
treece357be67d154449fe400af854d91d983790bbb4 /Documentation/RelNotes/2.31.0.txt
parentd68fccef86af1ceb5ae3a9abb02c8fe4f6ff3317 (diff)
The tenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.31.0.txt')
-rw-r--r--Documentation/RelNotes/2.31.0.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.31.0.txt b/Documentation/RelNotes/2.31.0.txt
index 175a644f82..1d2dba2c80 100644
--- a/Documentation/RelNotes/2.31.0.txt
+++ b/Documentation/RelNotes/2.31.0.txt
@@ -85,6 +85,10 @@ UI, Workflows & Features
* The error message given when a configuration variable that is
expected to have a boolean value has been improved.
+ * Signed commits and tags now allow verification of objects, whose
+ two object names (one in SHA-1, the other in SHA-256) are both
+ signed.
+
Performance, Internal Implementation, Development Support etc.
@@ -169,6 +173,9 @@ Performance, Internal Implementation, Development Support etc.
* Piecemeal of rewrite of "git bisect" in C continues.
+ * When a pager spawned by us exited, the trace log did not record its
+ exit status correctly, which has been corrected.
+
Fixes since v2.30
-----------------