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
62
62
delta chains from forming in a corner case even when there is no
63
63
such cycle.
64
64
65
+ * Make repository clean-up tasks "gc" can do available to "git
66
+ maintenance" front-end.
67
+
65
68
66
69
Performance, Internal Implementation, Development Support etc.
67
70
--------------------------------------------------------------
@@ -286,6 +289,11 @@ Fixes since v2.49
286
289
also existed on the working tree, which has been corrected.
287
290
(merge ec727e189c kj/glob-path-with-special-char later to maint).
288
291
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
+
289
297
* Other code cleanup, docfix, build fix, etc.
290
298
(merge 227c4f33a0 ja/doc-block-delimiter-markup-fix later to maint).
291
299
(merge 2bfd3b3685 ab/decorate-code-cleanup later to maint).
You can’t perform that action at this time.
0 commit comments