public inbox for git@vger.kernel.org 
 help / color / mirror / Atom feed
* Potential bug: Git instantly converts utf-8-bom to utf-8
@ 2025-04-14 15:59 messester
  2025-04-14 17:19 ` Lucas Seiki Oshiro
  0 siblings, 1 reply; 4+ messages in thread
From: messester @ 2025-04-14 15:59 UTC (permalink / raw)
  To: git@vger•kernel.org

[-- Attachment #1: Type: text/plain, Size: 1602 bytes --]

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 #2: patch.cat --]
[-- Type: application/vnd.ms-pki.seccat, Size: 247906 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-04-14 19:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-14 15:59 Potential bug: Git instantly converts utf-8-bom to utf-8 messester
2025-04-14 17:19 ` Lucas Seiki Oshiro
2025-04-14 18:03   ` Torsten Bögershausen
2025-04-14 19:28     ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox