Describe the bug
If there is a commit whose message contains carriage return (\r), all commits below it will no longer show up in the neo git graph.
Steps to reproduce
- Create a commit containing carriage return (
\r). This can be achieved by running git commit -m $'message line 1\rmessage line 2' in the bash terminal.
- Neo git graph will no longer show all the commits below this newly created commit.
Expected behavior
Treat the carriage return as line feed (\n) and render the rest of commit history.
Screenshots
Environment
- VS Code version: 1.109.5
- Extension version: 0.5.0
- OS: Windows 11
Describe the bug
If there is a commit whose message contains carriage return (
\r), all commits below it will no longer show up in the neo git graph.Steps to reproduce
\r). This can be achieved by runninggit commit -m $'message line 1\rmessage line 2'in the bash terminal.Expected behavior
Treat the carriage return as line feed (
\n) and render the rest of commit history.Screenshots
Environment