When I use git a diff function is really useful but by default it displays VT100 commands instead text coloring. This is solution how to enable colors in git diff.
Solution:
add this line to your ~/.cshrc.user
setenv LESS -R
and source that file:
source ~/.cshrc.user
