mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.89k stars 243 forks source link

git graph encoding #785

Open hg1315 opened 10 months ago

hg1315 commented 10 months ago

Hello,

I am using Git Graph in VScode and I used Git Graph in Korean. I changed file encoding config in Sourcetree and suddenly the commit messages in Git Graph are cracked.

I added below git config in SourceTree

[i18n] logOutputEncoding = euc-kr commitEncoding = UTF-8

How can I solve the problem?