git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* BUG: "git checkout" displays Q-escaped commit titles
@ 2008-05-02 13:39 Teemu Likonen
  2008-05-02 14:05 ` Jeff King
  0 siblings, 1 reply; 4+ messages in thread
From: Teemu Likonen @ 2008-05-02 13:39 UTC (permalink / raw)
  To: git

When commit message's first line (i.e. the title) contains non-Ascii
characters "git checkout <commit>" displays this title in Q-escaped form
which looks something like this: =?utf-8?q?=C3=84=C3=A4kk=C3=B6si=C3=A4?=

Steps to reproduce:

$ mkdir repo
$ cd repo
$ git init
$ echo stuff >file
$ git add file
$ git commit -m "Ääkkösiä"
$ git checkout $(git rev-list -1 HEAD)
Note: moving to "dc968d26f2fb74a6991c03798ee1d7aab458548a" which isn't a local branch
If you want to create a new branch from this checkout, you may do so
(now or later) by using -b with the checkout command again. Example:
  git checkout -b <new_branch_name>
HEAD is now at dc968d2... =?utf-8?q?=C3=84=C3=A4kk=C3=B6si=C3=A4?=

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-05-04 19:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-02 13:39 BUG: "git checkout" displays Q-escaped commit titles Teemu Likonen
2008-05-02 14:05 ` Jeff King
2008-05-04  1:54   ` Junio C Hamano
2008-05-04 19:45     ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).