Recently, I switched to SLES 11. I found a problem for git command. All the ANSI color could not be rendered. Instead, it shows the ANSI code like this:
*ESC
In git, you can change your pager to use the -R option:
-R
git config --global core.pager "less -R"