From 7477b655031cb925ea2937d679a49f128bea77cc Mon Sep 17 00:00:00 2001 From: Ingmar Vanhassel Date: Tue, 27 Apr 2010 16:18:25 +0200 Subject: [PATCH] Color 'Reviewed-by' and 'Tested-by' lines Signed-off-by: Ingmar Vanhassel Rename the symbols 'reviewed' and 'tested'. Signed-off-by: Jonas Fonseca --- tig.c | 2 ++ tigrc.5.txt | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/tig.c b/tig.c index 0c57533..351b933 100644 --- a/tig.c +++ b/tig.c @@ -1279,6 +1279,8 @@ LINE(AUTHOR, "author ", COLOR_GREEN, COLOR_DEFAULT, 0), \ LINE(COMMITTER, "committer ", COLOR_MAGENTA, COLOR_DEFAULT, 0), \ LINE(SIGNOFF, " Signed-off-by", COLOR_YELLOW, COLOR_DEFAULT, 0), \ LINE(ACKED, " Acked-by", COLOR_YELLOW, COLOR_DEFAULT, 0), \ +LINE(TESTED, " Tested-by", COLOR_YELLOW, COLOR_DEFAULT, 0), \ +LINE(REVIEWED, " Reviewed-by", COLOR_YELLOW, COLOR_DEFAULT, 0), \ LINE(DEFAULT, "", COLOR_DEFAULT, COLOR_DEFAULT, A_NORMAL), \ LINE(CURSOR, "", COLOR_WHITE, COLOR_GREEN, A_BOLD), \ LINE(STATUS, "", COLOR_GREEN, COLOR_DEFAULT, 0), \ diff --git a/tigrc.5.txt b/tigrc.5.txt index c54adec..fe5fc74 100644 --- a/tigrc.5.txt +++ b/tigrc.5.txt @@ -487,9 +487,9 @@ omnipresent. Commit message:: -For now only `Signed-off-by` and `Acked-by` lines are colorized. +`Signed-off-by`, `Acked-by`, `Reviewed-by` and `Tested-by` lines are colorized. -*signoff*, *acked* +*signoff*, *acked*, *reviewed*, *tested* Tree markup:: -- 2.30.2