Skip to content

Commit cb96e16

Browse files
committed
The fifteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent fc04608 commit cb96e16

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Documentation/RelNotes/2.50.0.adoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ UI, Workflows & Features
6262
delta chains from forming in a corner case even when there is no
6363
such cycle.
6464

65+
* Make repository clean-up tasks "gc" can do available to "git
66+
maintenance" front-end.
67+
6568

6669
Performance, Internal Implementation, Development Support etc.
6770
--------------------------------------------------------------
@@ -286,6 +289,11 @@ Fixes since v2.49
286289
also existed on the working tree, which has been corrected.
287290
(merge ec727e189c kj/glob-path-with-special-char later to maint).
288291

292+
* The fallback implementation of open_nofollow() depended on
293+
open("symlink", O_NOFOLLOW) to set errno to ELOOP, but a few BSD
294+
derived systems use different errno, which has been worked around.
295+
(merge f47bcc3413 cf/wrapper-bsd-eloop later to maint).
296+
289297
* Other code cleanup, docfix, build fix, etc.
290298
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
291299
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).

0 commit comments

Comments
 (0)