Skip to content

Fixed issue #3860: Highlight keywords, such as error, fatal and warning in output of git commands

Add method StyleWarningsErrors() to parse lines in the output of git commands. Lines starting with "error:" and "fatal:" or "warning:" are highlighted with bold font and color red or yellow, respectively. Method is invoked after all git commands finished.

Merge request reports