]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
tigrc: Use main-author instead of author for older versions.
authorSimon Ruderich <simon@ruderich.org>
Sat, 3 Apr 2010 00:17:01 +0000 (02:17 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sat, 3 Apr 2010 00:17:01 +0000 (02:17 +0200)
Older versions is for me 0.11.

tigrc

diff --git a/tigrc b/tigrc
index c951ea1f6f64d025cf709a00bd1eab951b144207..d8b0b78817485e24767b5deb727a4d9dcf2b2134 100644 (file)
--- a/tigrc
+++ b/tigrc
@@ -10,16 +10,16 @@ set show-rev-graph = yes
 # Try to mimic gitk's colors.
 
 color date   default default
-color author default default
 
 color delimiter default default # ~ if text is too long
 
 # Main window.
-color main-head      green  default bold # HEAD
-color main-ref       green  default      # branches
-color main-remote    yellow default      # remote branches
-color main-tag       yellow default bold # tags
-color main-local-tag yellow default bold # local tags (normal tags)
+color main-author    default default      # just 'author' in newer versions
+color main-head      green   default bold # HEAD
+color main-ref       green   default      # branches
+color main-remote    yellow  default      # remote branches
+color main-tag       yellow  default bold # tags
+color main-local-tag yellow  default bold # local tags (normal tags)
 
 # Information at the top of the commit diff.
 color pp-adate  default default