...on Wed, May 31, 2017 at 02:46:59PM -0400, Kurt Mosiejczuk wrote: > to OpenBSD 6.1. I've found out that git will abort in one scenario > where there is a directory in the tree where the user has execute > permissions but not read permissions.
Did you use the git version from ports (2.12.2)? Between that and git 2.13 they added a patch "for FreeBSD", which ignores the EACCES: https://github.com/git/git/commit/49a8fe8e962ed929cf5bed5520e581025f5bfe9a Since I don't see any conditionals around that, I assume it should solve the problem on OpenBSD too? (Didn't try though.) Alex. (Yeah, same as over on Mastodon.)