From f4be0a5141f6966da04a4e1cd2aee30eada64644 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sat, 3 Apr 2010 02:17:01 +0200 Subject: [PATCH] tigrc: Use main-author instead of author for older versions. Older versions is for me 0.11. --- tigrc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tigrc b/tigrc index c951ea1..d8b0b78 100644 --- 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 -- 2.44.1