aboutsummaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorSindre Sorhus <sindresorhus@gmail.com>2013-09-07 15:45:22 +0200
committerMathias Bynens <mathias@qiwi.be>2013-09-07 15:49:43 +0200
commit5c896ab0efe19a48bf9b8e6de81386711ce0f673 (patch)
treed829b929ea57c2824d80a0d9761ff628fb0a3714 /.gitconfig
parenta5a012f42f868df66e8575aa4a4b8e6dda6f7efc (diff)
downloaddotfiles-5c896ab0efe19a48bf9b8e6de81386711ce0f673.tar.gz
dotfiles-5c896ab0efe19a48bf9b8e6de81386711ce0f673.tar.bz2
dotfiles-5c896ab0efe19a48bf9b8e6de81386711ce0f673.zip
.gitconfig: Add comment about `color.ui` in Git ≥ 1.8.4
Ref. #239.
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig6
1 files 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