* native (cyrillic) filenames in git-diff and git-log (qgit and gitk)
@ 2008-05-24 14:45 Ilya Silvestrov
2008-05-24 15:37 ` Teemu Likonen
0 siblings, 1 reply; 2+ messages in thread
From: Ilya Silvestrov @ 2008-05-24 14:45 UTC (permalink / raw)
To: git
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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: native (cyrillic) filenames in git-diff and git-log (qgit and gitk)
2008-05-24 14:45 native (cyrillic) filenames in git-diff and git-log (qgit and gitk) Ilya Silvestrov
@ 2008-05-24 15:37 ` Teemu Likonen
0 siblings, 0 replies; 2+ messages in thread
From: Teemu Likonen @ 2008-05-24 15:37 UTC (permalink / raw)
To: Ilya Silvestrov; +Cc: git
Ilya Silvestrov wrote (2008-05-24 21:45 +0700):
> 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?
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-05-24 15:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-24 14:45 native (cyrillic) filenames in git-diff and git-log (qgit and gitk) Ilya Silvestrov
2008-05-24 15:37 ` Teemu Likonen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox