From 78a76655f96fa46284146f61253942b17ca48ed2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20P=C5=82azie=C5=84ski?= Date: Wed, 9 Mar 2016 17:50:45 +0100 Subject: [PATCH] added forced auto on colorings --- .gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitconfig b/.gitconfig index e180bcb..b8dd741 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,6 +4,12 @@ [color] branch = auto ui = auto + diff = auto + grep = auto + interactive = auto + pager = auto + showBranch = auto + status = auto [core] excludesFile = ~/.gitignore_global whitespace = trailing-space space-before-tab