<div dir="ltr"><div dir="ltr">On Fri, Oct 24, 2025 at 10:19 AM brian via fpc-other <<a href="mailto:fpc-other@lists.freepascal.org">fpc-other@lists.freepascal.org</a>> wrote:</div><div class="gmail_quote gmail_quote_container"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
I've just replaced one drive on my PC with a NAS device. Now when I <br>
try to do a git pull, git asks me to stash or merge a whole bunch of <br>
local files which it alleges I have modified. Of course, I have made <br>
no modifications at all.<br></blockquote><div><br></div><div> It could be due to change in file mode when copying the git folder across different file systems. I had a similar issue when copying a git folder from ext4 to FAT32 and back to ext4. For more information read up on the core.filemode configuration option (<a href="https://git-scm.com/docs/git-config">https://git-scm.com/docs/git-config</a>). IIRC I fixed my issue by stashing the changes (git stash), then pulling main, then delete this stash since it is bogus (git stash drop).</div></div></div>