From: Ingmar Vanhassel Date: Tue, 27 Apr 2010 14:18:25 +0000 (+0200) Subject: Color 'Reviewed-by' and 'Tested-by' lines X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7477b655031cb925ea2937d679a49f128bea77cc;p=tig.git Color 'Reviewed-by' and 'Tested-by' lines Signed-off-by: Ingmar Vanhassel Rename the symbols 'reviewed' and 'tested'. Signed-off-by: Jonas Fonseca --- 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::