From: Teemu Likonen <tlikonen@iki.fi>
To: Ilya Silvestrov <modjo@ngs.ru>
Cc: git@vger.kernel.org
Subject: Re: native (cyrillic) filenames in git-diff and git-log (qgit and gitk)
Date: Sat, 24 May 2008 18:37:28 +0300 [thread overview]
Message-ID: <20080524153728.GA2997@mithlond.arda.local> (raw)
In-Reply-To: <48382A11.2060308@ngs.ru>
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?
prev parent reply other threads:[~2008-05-24 15:38 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080524153728.GA2997@mithlond.arda.local \
--to=tlikonen@iki.fi \
--cc=git@vger.kernel.org \
--cc=modjo@ngs.ru \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.