On Sun, Apr 05, 2009 at 12:54:28PM +0300, Teemu Likonen wrote:
On 2009-04-05 13:36 (+0400), Gregory Petrosyan wrote:
quoted
# Changes to be committed:
# (use "git rm --cached <file>..." to unstage)
#
# new file: "\321\204\320\260\320\271\320\273"
#
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
"файл" should be here instead
It can be fixed with command:
git config --global core.quotepath false
Thanks! That works. Does it make sence to set it to "false" by default?
Gregory