Download raw body.
Workflow question, maybe bug or unclear usage.
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
Workflow question, maybe bug or unclear usage.