]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The fifteenth batch
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 May 2025 00:27:23 +0000 (17:27 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 May 2025 00:27:23 +0000 (17:27 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.50.0.adoc

index 7ae05bdbd61249b53dfc88fc0323c3aa50a451e8..02fa875823da8d49f06dcdeece17a4821fccbe4a 100644 (file)
@@ -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).