From 25921e0617c0b6df6b4dc61b272237934f20e383 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 13 Jun 2018 17:01:49 +0200 Subject: [PATCH] vcs/tigrc: disable "Reviewed-by" and "Tested-by" coloring --- vcs/tigrc.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vcs/tigrc.in b/vcs/tigrc.in index c86dbe6..4edbfa4 100644 --- a/vcs/tigrc.in +++ b/vcs/tigrc.in @@ -93,7 +93,9 @@ color "CommitDate: " default default color pp-refs default default # Special parts of the commit message. color " Acked-by" default default +color " Reviewed-by" default default color " Signed-off-by" default default +color " Tested-by" default default # Diff coloring. color diff-header default default bold # diff --git a/.. b/.. -- 2.43.2