diff options
author | Sindre Sorhus <sindresorhus@gmail.com> | 2013-09-07 15:45:22 +0200 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2013-09-07 15:49:43 +0200 |
commit | 5c896ab0efe19a48bf9b8e6de81386711ce0f673 (patch) | |
tree | d829b929ea57c2824d80a0d9761ff628fb0a3714 /.gitconfig | |
parent | a5a012f42f868df66e8575aa4a4b8e6dda6f7efc (diff) | |
download | dotfiles-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-- | .gitconfig | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |