From 5c896ab0efe19a48bf9b8e6de81386711ce0f673 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sat, 7 Sep 2013 15:45:22 +0200 Subject: =?UTF-8?q?.gitconfig:=20Add=20comment=20about=20`color.ui`=20in?= =?UTF-8?q?=20Git=20=E2=89=A5=201.8.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ref. #239. --- .gitconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitconfig b/.gitconfig index eb2082f..0701bbe 100644 --- a/.gitconfig +++ b/.gitconfig @@ -32,11 +32,13 @@ # Use custom `.gitignore` and `.gitattributes` excludesfile = ~/.gitignore attributesfile = ~/.gitattributes - # Treat spaces before tabs, lines that are indented with 8 or more spaces, and all kinds of trailing whitespace as an error + # Treat spaces before tabs, lines that are indented with 8 or more spaces, and + # all kinds of trailing whitespace as an error whitespace = space-before-tab,indent-with-non-tab,trailing-space [color] - # Use colors in Git commands that are capable of colored output when outputting to the terminal + # Use colors in Git commands that are capable of colored output when + # outputting to the terminal. (This is the default setting in Git ≥ 1.8.4.) ui = auto [color "branch"] current = yellow reverse -- cgit v1.2.3