0

When i rename part of file from hyphen to underscore original name of file in git status

For example My-file.examaple wil became My\342\200\223file.example.

But wierd is when I use Jetbrains gui for commit it shows the right file name.

Imolo
  • 1
  • 4
    You wrote an en-dash (`–` U+2013 EN DASH) in your filename, not an underscore. Git escapes non-Unicode with your current configuration (explained by the previous comment). – Guildenstern Aug 28 '23 at 11:14
  • 1
    “escapes non-Unicode”—I meant to write non-Ascii. :) – Guildenstern Aug 28 '23 at 11:45

0 Answers0