When I run git diff command, in the files list all files with accents are poorly displayed :
git diff --name-status xxxx yyyyyy
return
M "\303\251\303\251.txt"
How I can preserve accents to have this ? :
M "éé.txt"
Thanks
Edit : I specify that the file is encoded in UTF-8 and I tried with git 2.3.2 from OSX and git 1.9.1 from Ubuntu