summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2014-11-28 23:28:41 +0100
committerJan Pokorný <jpokorny@redhat.com>2014-11-28 23:28:41 +0100
commitf48ec1f353e8753168ad90ceab513fa4a3c327d9 (patch)
tree8c60ff3d44cd38e8b519b77b3affc4ebe9870a65 /.gitconfig
parentc032b149ddd1cd26e998fc2061de782f05c9b5b1 (diff)
downloaddotfiles-f48ec1f353e8753168ad90ceab513fa4a3c327d9.tar.gz
dotfiles-f48ec1f353e8753168ad90ceab513fa4a3c327d9.tar.xz
dotfiles-f48ec1f353e8753168ad90ceab513fa4a3c327d9.zip
Git config: futher customize "diff" colors
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitconfig b/.gitconfig
index 7c995cd..109ae2e 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -85,7 +85,8 @@
[color "diff"]
meta = black reverse bold
- frag = magenta bold
+ frag = magenta reverse bold
+ func = magenta bold
old = red bold
new = green bold