On 05/12/19 12:28PM, Junio C Hamano wrote: > 加藤一博 <kato-k@xxxxxxxxxxxxx> writes: > > > fix branch name encoding error on gitk. > > > > git checkout -b '漢字' > > gitk show branch name broken like this '貍「蟄' > > fix this problem. > > Paul (the gitk maintainer), the patch text itself does look > reasonable. > > After "git checkout -b '漢字'" to create a branch with UTF-8 > character in it, "gitk" shows the branch name incorrectly, as it > forgets to turns the bytes read from the "git show-ref" command Minor typo: s/turns/turn/ > into Unicode characters. > > is how I would phrase the log message. > > Thanks. -- Regards, Pratyush Yadav