native (cyrillic) filenames in git-diff and git-log (qgit and gitk)

2 messages, 2 authors, 2016-06-15 · open the first message on its own page

native (cyrillic) filenames in git-diff and git-log (qgit and gitk)

From: Ilya Silvestrov <hidden>
Date: 2016-06-15 22:44:38

Hi, All!

I'am looking for possibility to work with native (cyrillic) filenames in 
git. The problem I struggle with is that I'm unable to view filenames in 
readable form in git-log and git-diff. They are in escaped form, like this:
diff --git "a/\321\200\321\203\321\201\321\201\320\272\320\270\320\271" 
"b/\321\200\321\203\321\201\321\201\320\272\320\270\320\271"
new file mode 100644
index 0000000..69b7ded
--- /dev/null
+++ "b/\321\200\321\203\321\201\321\201\320\272\320\270\320\271"
@@ -0,0 +1 @@
+balabala
I was asking about this situation on #git irc channel and the answer was 
that this is as bug.
I'am working with git version 1.5.5.1

Silvestrov Ilya

Re: native (cyrillic) filenames in git-diff and git-log (qgit and gitk)

From: Teemu Likonen <hidden>
Date: 2016-06-15 22:44:38

Ilya Silvestrov wrote (2008-05-24 21:45 +0700):
quoted hunk
I'am looking for possibility to work with native (cyrillic) filenames
in  git. The problem I struggle with is that I'm unable to view
filenames in  readable form in git-log and git-diff. They are in
escaped form, like this:
diff --git "a/\321\200\321\203\321\201\321\201\320\272\320\270\320\271"  
"b/\321\200\321\203\321\201\321\201\320\272\320\270\320\271"
Yes, extremely ugly. I believe setting core.quotepath to false will
help:

  $ git config --global core.quotepath false

I wonder why is this not the default?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help