How this occurs: When I clone the git repository https://github.com/NinekoTheCat/infinilore.cs.git into an empty directory and run git status it shows changes where all the files are deleted and then added again. The difference seems to be in the first line as opening it in a text editor aware of encodings shows the change from utf-8-bom to utf-8. (Attached to this email is an example patch file). My git configuration in the directory is: --- diff.astextplain.textconv=astextplain filter.lfs.clean=git-lfs clean -- %f filter.lfs.smudge=git-lfs smudge -- %f filter.lfs.process=git-lfs filter-process filter.lfs.required=true http.sslbackend=openssl http.sslcainfo=REDACT.crt core.autocrlf=true core.fscache=true core.symlinks=false pull.rebase=false credential.helper=manager credential.https://dev.azure.com.usehttppath=true init.defaultbranch=main filter.lfs.clean=git-lfs clean -- %f filter.lfs.smudge=git-lfs smudge -- %f filter.lfs.process=git-lfs filter-process filter.lfs.required=true user.name=REDACT user.email=REDACT user.signingkey=4D973217092A925B core.editor="C:\Users\cnots\AppData\Local\Programs\Microsoft VS Code\bin\code" --wait safe.directory=REDACT commit.gpgsign=true gpg.program=C:\Program Files (x86)\GnuPG\bin\gpg.exe credential.https://github.com.helper= credential.https://github.com.helper=!REDACT credential.https://gist.github.com.helper= credential.https://gist.github.com.helper=!REDACT --- and the version of git I use is 2.49.0.windows.1. I'd be very very grateful if anyone could explain what's going on and have a solution.
Attachment:
patch.cat
Description: patch.cat