...on Sat, Jun 03, 2017 at 08:25:58PM +0200, Sebastien Marie wrote: > here you don't have VREAD perm on "test1" (only VEXEC), so you can't > obtain the name of "subdir" as it is written in "test1" vnode: getcwd(3) > fails.
Thanks for the detailed explanation. I guess that git doesn't handle that case well then since both Linux and FreeBSD behave different (getcwd() works in the subdir). Such a setup probably sufficiently rare that no one notices. Good to know. Alex.