File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
6669Performance, 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).
You can’t perform that action at this time.
0 commit comments