From: Christian Weisgerber Subject: Re: Workflow question, maybe bug or unclear usage. To: Ted Bullock Cc: gameoftrees@openbsd.org Date: Tue, 25 Jan 2022 23:27:59 +0100 Christian Weisgerber: > > For me, using `got checkout` on an NFS share, causes `got status` to > > report all directories in the work tree with the bogus *?* status as below: > > FWIW, I can reproduce this. A guess would be that status_new() needs to call got_path_dirent_type() and not rely on dirent->d_type, which is DT_UNKNOWN for all entries on NFS. -- Christian "naddy" Weisgerber naddy@mips.inka.de