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 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html