git add not working for special characters
Laoujin opened this issue · 2 comments
Laoujin commented
Ex: filename "filé.pdf"
Git status returns: fil**\303\251**.pdf
And then: git add "fil**\303\251**.pdf" crashes...
Laoujin commented
~/.gitconfig
[core]
precomposeunicode = true
quotePath = false
Laoujin commented
This works for normal git status & git add
But gs displays: fil├®.pdf