aboutsummaryrefslogtreecommitdiffstats
diff options
authorJunio C Hamano <gitster@pobox.com>2025-05-15 17:27:23 -0700
committerJunio C Hamano <gitster@pobox.com>2025-05-15 17:27:23 -0700
commitcb96e1697ad6e54d11fc920c95f82977f8e438f8 (patch)
tree41e1d59b981602aab9d41b3a9aa6f020497bbb55
parentfc0460894c1df8351da57d9d83f813b84c9750b4 (diff)
downloadgit-master.tar.gz
The fifteenth batchHEADmastermain
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.50.0.adoc8
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.50.0.adoc b/Documentation/RelNotes/2.50.0.adoc
index 7ae05bdbd6..02fa875823 100644
--- a/Documentation/RelNotes/2.50.0.adoc
+++ b/Documentation/RelNotes/2.50.0.adoc
@@ -62,6 +62,9 @@ UI, Workflows & Features
delta chains from forming in a corner case even when there is no
such cycle.
+ * Make repository clean-up tasks "gc" can do available to "git
+ maintenance" front-end.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -286,6 +289,11 @@ Fixes since v2.49
also existed on the working tree, which has been corrected.
(merge ec727e189c kj/glob-path-with-special-char later to maint).
+ * The fallback implementation of open_nofollow() depended on
+ open("symlink", O_NOFOLLOW) to set errno to ELOOP, but a few BSD
+ derived systems use different errno, which has been worked around.
+ (merge f47bcc3413 cf/wrapper-bsd-eloop later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).