gitk: fix branch name encoding error
authorKazuhiro Kato <redacted>
Sat, 7 Dec 2019 00:32:25 +0000 (00:32 +0000)
committerPaul Mackerras <redacted>
Sun, 15 Dec 2019 04:28:12 +0000 (15:28 +1100)
commitd4247e06027da5b3ac299fbba3a7443a919ca0ff
tree646894ba1a524f0da282ae87a2ceee20ce580361
parentb8b60957ce91b237b7f8925a3126b2662d3fcf41
gitk: fix branch name encoding error

After "git checkout -b '漢字'" to create a branch with UTF-8
character in it, "gitk" shows the branch name incorrectly, as it
forgets to turn the bytes read from the "git show-ref" command
into Unicode characters.

Signed-off-by: Kazuhiro Kato <redacted>
Signed-off-by: Paul Mackerras <redacted>
gitk
git clone https://git.99rst.org/PROJECT