From: Junio C Hamano Date: Fri, 16 May 2025 00:24:55 +0000 (-0700) Subject: Merge branch 'cf/wrapper-bsd-eloop' X-Git-Tag: v2.50.0-rc0~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1d01042e314c0965845cae1fbcd0bc7e21f1b608;p=thirdparty%2Fgit.git Merge branch 'cf/wrapper-bsd-eloop' 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. * cf/wrapper-bsd-eloop: wrapper: NetBSD gives EFTYPE and FreeBSD gives EMFILE where POSIX uses ELOOP --- 1d01042e314c0965845cae1fbcd0bc7e21f1b608