.gitconfig
changeset 457 ed6c0bb1a820
parent 456 dc10370dab78
child 473 36b5162c917b
--- 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
-