# HG changeset patch # User Steve Losh # Date 1254293632 14400 # Node ID cbbf5d2089be846eb8873ffaaef7214b98206ba4 # Parent 844e2c95a959d720862ea46ddabc94c92663f43f Add color to some git commands. diff -r 844e2c95a959 -r cbbf5d2089be .gitconfig --- a/.gitconfig Mon Sep 28 06:24:33 2009 -0400 +++ b/.gitconfig Wed Sep 30 02:53:52 2009 -0400 @@ -6,4 +6,10 @@ glog = log --graph --topo-order --pretty='format:%an: %s (%h)%n' com = commit co = checkout -stat = status +st = status + +[color] +branch = auto +diff = auto +interactive = auto +status = auto