# HG changeset patch # User Augie Fackler # Date 1251900820 18000 # Node ID c9f70cf1d4c6794540b22be6f506ecf39da9d0df # Parent 637797c692d5a747e0c01b9f1eda8cdf3b649204 gitconfig: auto color for diff and status diff --git a/.gitconfig b/.gitconfig --- a/.gitconfig +++ b/.gitconfig @@ -3,3 +3,6 @@ email = durin42@gmail.com [core] excludesfile = /home/augie/.hgglobalignore +[color] + diff = auto + status = auto