# HG changeset patch # User Oleksandr Gavenko # Date 1340635280 -10800 # Node ID ed6c0bb1a82003d4cca1e9b9addd1c888c98393f # Parent dc10370dab78fb012413e5ac650d20d907e32c1c Update to new syntax for colouring output. diff -r dc10370dab78 -r ed6c0bb1a820 .gitconfig --- a/.gitconfig Mon Jun 25 17:33:53 2012 +0300 +++ b/.gitconfig Mon Jun 25 17:41:20 2012 +0300 @@ -27,29 +27,20 @@ # fix/strip/nowarn # whitespace = strip +[color] +branch = auto +diff = auto +grep = auto +interactive = auto +pager = auto +showbranch = auto +status = auto +ui = auto + [diff] -color = auto -status = auto -branch = auto # Makes the diff much shorter when moving or copying files. rename = copy # The number of files to consider when performing the copy/rename # detection; equivalent to the git diff option -l. # renamelimit = 0 - -[pager] -color = true - -[status] -color = auto - -[color] -branch = auto -diff = auto -interactive = auto -status = auto - -pager = true -ui = true -