summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorRené Neumann <rene.neumann@in.tum.de>2012-10-01 17:13:06 +0200
committerRené Neumann <rene.neumann@in.tum.de>2012-10-01 17:13:06 +0200
commit2ee0f3a1b82eb28fc0923f2a0d89daae967bddca (patch)
treee4192478c4c2d4481afaf25f505959591b7363d2 /.gitconfig
parent237de447dc5fb92e25179ef7428deed9525d6d62 (diff)
downloaddotfiles-2ee0f3a1b82eb28fc0923f2a0d89daae967bddca.tar.gz
dotfiles-2ee0f3a1b82eb28fc0923f2a0d89daae967bddca.tar.bz2
dotfiles-2ee0f3a1b82eb28fc0923f2a0d89daae967bddca.zip
Git: colors
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index f1c11bc..2503369 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -25,6 +25,21 @@
[core]
excludesfile = ~/.gitexcludes
+# colors :D
+[color]
+ ui = auto
+ status = false
+[color "branch"]
+ current = yellow bold
+ local = yellow dim
+ remote = cyan dim
+[color "diff"]
+ whitespace = red reverse
+ frag = magenta
+[color "decorate"]
+ tag = green bold
+ branch = yellow bold
+
# this allows to write 'nec:bla/blubb'
[url "git://git.necoro.eu/"]
insteadOf = "nec:"