+1
Completed
Output: ignore color sequences in (hook) output
This topic is about ignoring coloring sequences. If you want to see colors, vote for topic #1580.
Add a separate "Output (Terminal Mode)" window that is simply a read-only Git Bash shell to display the output of the last operation. It will not show the history like the original "Output" window does, only the last operation (if the last SmartGit operation is a group of git commands, then just show that group of commands).
Users can either display both windows, or switch between the two, depending on their needs.
Reason: In the project that I'm working on, it is impossible to read the hook errors in SmartGit.:
I always have to open the shell, which is a pain:
Customer support service by UserEcho
Could you please provide us with a test repository where we can reproduce the problem?
Sure.
I found an easier way. A simple bash script like this in a pre-commit hook would produce the same weird symbols:
A bash-like window in SmartGit would produce the required color-coding and would be a bonus.
Build 16039 (SmartGit 20.2 preview) will remove these ANSI sequences to make the text easier to read.