non-ascii filenames issue
From: Gregory Petrosyan <hidden>
Date: 2016-06-15 22:46:33
From: Gregory Petrosyan <hidden>
Date: 2016-06-15 22:46:33
gregory@home:~$ git --version
git version 1.6.2.2.404.ge96f3
gregory@home:~$ mkdir git-test
gregory@home:~$ cd git-test
gregory@home:~/git-test$ touch файл
gregory@home:~/git-test$ ls -a
. .. файл
gregory@home:~/git-test$ git init
Initialized empty Git repository in /home/gregory/git-test/.git/
gregory@home:~/git-test$ git add .
gregory@home:~/git-test$ git status
# On branch master
#
# Initial commit
#
# 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
This is on Ubuntu Jaunty beta, with latest git built from source.
Please CC me, I am not subscribed.
Gregory