summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: dfaa6c8)
raw | patch | inline | side by side (parent: dfaa6c8)
author | Jonas Fonseca <fonseca@diku.dk> | |
Mon, 11 Sep 2006 23:36:32 +0000 (01:36 +0200) | ||
committer | Jonas Fonseca <fonseca@antimatter.localdomain> | |
Mon, 11 Sep 2006 23:36:32 +0000 (01:36 +0200) |
tig.c | patch | blob | history | |
tigrc.5.txt | patch | blob | history |
index 398f777a8608803dde95a51fc38846df4e3404bf..66c5f7609282f16652279caa023253ba9bd741ae 100644 (file)
--- a/tig.c
+++ b/tig.c
LINE(AUTHOR, "author ", COLOR_CYAN, 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(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 354d46f30c9c195188cd036753e8a15a302ef82f..7c49c59c086d1db219f5d1b93b5715543dbcd8fb 100644 (file)
--- a/tigrc.5.txt
+++ b/tigrc.5.txt
Commit message::
-For now only `Signed-off-by` lines are colorized.
+For now only `Signed-off-by` and `Acked-by` lines are colorized.
-*signoff*
+*signoff*, *acked*
--