aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-02-08 09:14:51 -0800
committerJunio C Hamano <gitster@pobox.com>2023-02-08 09:14:51 -0800
commit7876265d61cebef91f5b26db2dceab0fb95cfa3d (patch)
tree3246dad7c80668a2d39238fec55eedd56cf53840 /Documentation/RelNotes
parent3fe6612d4cb85d9e92ad339ac6ef975780715c40 (diff)
downloadgit-7876265d61cebef91f5b26db2dceab0fb95cfa3d.tar.gz
The fourteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.40.0.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.40.0.txt b/Documentation/RelNotes/2.40.0.txt
index 7ddfafc2e1..3f4d282cb5 100644
--- a/Documentation/RelNotes/2.40.0.txt
+++ b/Documentation/RelNotes/2.40.0.txt
@@ -46,6 +46,9 @@ UI, Workflows & Features
* "git rebase" often ignored incompatible options instead of
complaining, which has been corrected.
+ * "scalar" warns but continues when its periodic maintenance
+ feature cannot be enabled.
+
Performance, Internal Implementation, Development Support etc.
@@ -204,6 +207,10 @@ Fixes since v2.39
the ssh agent in the codepath to sign with an ssh key.
(merge dce7b31126 as/ssh-signing-improve-key-missing-error later to maint).
+ * Adjust "git request-pull" to strip embedded signature from signed
+ tags to notice non-PGP signatures.
+ (merge a9cad02538 gm/request-pull-with-non-pgp-signed-tags later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 77e04b2ed4 rs/t4205-do-not-exit-in-test-script later to maint).
(merge faebba436e rs/plug-pattern-list-leak-in-lof later to maint).
@@ -237,3 +244,4 @@ Fixes since v2.39
(merge 5458ba0a4d tb/t0003-invoke-dd-more-portably later to maint).
(merge 70661d288b ar/markup-em-dash later to maint).
(merge e750951e74 en/ls-files-doc-update later to maint).
+ (merge 4f542975d1 mh/doc-credential-cache-only-in-core later to maint).