]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The tenth batch
authorJunio C Hamano <gitster@pobox.com>
Tue, 23 Feb 2021 00:09:36 +0000 (16:09 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 23 Feb 2021 00:12:43 +0000 (16:12 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.31.0.txt

index 175a644f82cc3c03912981d53530e19d730cde1b..1d2dba2c80f330c14c835fa3ba5a1c924208105b 100644 (file)
@@ -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
 -----------------