When I run git diff to see what has been changed in the modified file, diff displays a lot of highlighted escape sequences. For instance:
ESC[1mindex a7671ab..c228e2c 100644ESC[m ESC[1m--- a/core/bp-nav-horizontal.phpESC[m ESC[1m+++ b/core/bp-nav-horizontal.phpESC[m ESC[ 36m@ @ -77,7 +77,7 @@ESC[m ESC[m <ul>ESC[m <li>ESC[m
How can I suppress these ESC[xxx characters ESC[xxx . They are very difficult to read the text.
Modified Aug 15, 2014
This is not about git diff. Git log displays also show ESC... characters. This seems like a configuration issue, but I don't know where it is. Where should I look?
source share