summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-10-13 21:49:32 -0700
committerJunio C Hamano <gitster@pobox.com>2025-10-13 22:00:35 -0700
commitac7d021f0659f5a81be7b69a54a19c9618ce9dba (patch)
tree55abc6132b128742d94f2bc77a65d694f5164fee
parentf50f046794a06cfb97c4ccc879b08788629dd067 (diff)
The eighteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.52.0.adoc11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.52.0.adoc b/Documentation/RelNotes/2.52.0.adoc
index d7ed65f627..1c5d59b34f 100644
--- a/Documentation/RelNotes/2.52.0.adoc
+++ b/Documentation/RelNotes/2.52.0.adoc
@@ -298,6 +298,16 @@ including security updates, are included in this release.
* Handling of an empty subdirectory of .git/refs/ in the ref-files
backend has been corrected.
+ * Our CI script requires "sudo" that can be told to preserve
+ environment, but Ubuntu replaced with "sudo" with an implementation
+ that lacks the feature. Work this around by reinstalling the
+ original version.
+ (merge fddb484255 ps/ci-avoid-broken-sudo-on-ubuntu later to maint).
+
+ * The reftable backend learned to sanity check its on-disk data more
+ carefully.
+ (merge 466a3a1afd kn/reftable-consistency-checks later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 823d537fa7 kh/doc-git-log-markup-fix later to maint).
(merge cf7efa4f33 rj/t6137-cygwin-fix later to maint).
@@ -326,3 +336,4 @@ including security updates, are included in this release.
(merge e1d062e8ba ps/odb-clean-stale-wrappers later to maint).
(merge fdd21ba116 mh/doc-credential-url-prefix later to maint).
(merge 1c573a3451 en/doc-merge-tree-describe-merge-base later to maint).
+ (merge 84a6bf7965 ja/doc-markup-attached-paragraph-fix later to maint).