aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-10-15 17:50:53 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-10-15 17:50:53 +1300
commitadda6e505f7c8d80a4002be8aa34381f745eb0bc (patch)
tree2a5de754421b0f6499cff81a6cf9a1f4213acbf8
parentSpelling words (diff)
downloaddotfiles-adda6e505f7c8d80a4002be8aa34381f745eb0bc.tar.gz
dotfiles-adda6e505f7c8d80a4002be8aa34381f745eb0bc.zip
Prevent hints in git status output
Thanks @tpope
-rw-r--r--git/gitconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/git/gitconfig b/git/gitconfig
index 833cdf02..c1b2c96b 100644
--- a/git/gitconfig
+++ b/git/gitconfig
@@ -3,6 +3,9 @@
email = tom@sanctum.geek.nz
signingkey = 255AAC13
+[advice]
+ statusHints = false
+
[color]
ui = true