Git: Port colorful log to text colors

Fixes: QTCREATORBUG-24198
Change-Id: Icde06da5ac848fb0f7faf02a8e55fb26136f318c
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Reviewed-by: David Schulz <david.schulz@qt.io>
Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
Andre Hartmann
2020-07-01 21:31:09 +02:00
committed by André Hartmann
parent e3312205ed
commit c9eedbe0f3
17 changed files with 74 additions and 58 deletions

View File

@@ -97,6 +97,11 @@ const char *nameForStyle(TextStyle style)
case C_DIFF_DEST_CHAR: return "DiffDestChar";
case C_LOG_CHANGE_LINE: return "LogChangeLine";
case C_LOG_AUTHOR_NAME: return "LogAuthorName";
case C_LOG_COMMIT_DATE: return "LogCommitDate";
case C_LOG_COMMIT_HASH: return "LogCommitHash";
case C_LOG_COMMIT_SUBJECT: return "LogCommitSubject";
case C_LOG_DECORATION: return "LogDecoration";
case C_ERROR: return "Error";
case C_ERROR_CONTEXT: return "ErrorContext";