On 6/10/24 18:19, rsbecker@xxxxxxxxxxxxx wrote:
That is what I suspected. I am suspecting that git does not see the .nfsNNNN file when it is performing the clean. I think NFS creates the file after git does the scan, so as far as git is concerned, there is no .nfsNNNN file until after the operation completes. NFS puts the file there independent of git, so git does not even know about it. Does a second git clean -df . remove the .nfsNNNN file and put a new one, with a different name, in place?
No, *only* the .nfsXXXX file exists in the xx directory when git runs. Yuri