@leroysheep / Socializer / commits / cb96e1697a

The fifteenth batch

Signed-off-by: Junio C Hamano <gitster@pobox.com>

Junio C Hamano committed May 15, 2025 at 17:27 UTC cb96e1697ad6e54d11fc920c95f82977f8e438f8
1 file changed +8
Documentation/RelNotes/2.50.0.adoc
+8
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).