Andr3as / Codiad-CodeGit

Git integration for Codiad
MIT License
26 stars 15 forks source link

Corrupted git strings #50

Closed waclaw66 closed 7 years ago

waclaw66 commented 7 years ago

Hi. Git user settings is stored in data/config/git.{user}.php file. My user name is stored escaped like V\u00e1clav Nov\u00e1\u010dek which means Václav Nováček and it is correctly set and visible in CodeGit user settings window. When user settings is used for commit, following command (class.git.php:532): $result = $this->executeCommand('git config user.name "' . $username . '"'); is executed and git stores corrupted name Vclav Novek without middle-european characters. The same applies also for commit comments.

Andr3as commented 7 years ago

See #48, this may help you.

Andr3as commented 7 years ago

Please reopen if required