From a57111c2fdad19725fd0025025fe3e31df754d9c Mon Sep 17 00:00:00 2001 From: kale Date: Tue, 27 Feb 2024 21:44:32 +0100 Subject: [PATCH] fix(lgi): Bring back showing the author / signer name in gray --- config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config b/config index ed5b583..d9c10d3 100644 --- a/config +++ b/config @@ -36,8 +36,8 @@ git log --graph --branches --all --date=human --color $@ \ --format='%C(bold dim green)%h%C(auto) - %C(yellow)%cr %C(bold)→%C(reset) %s%C(reset bold yellow)%d %an %G? %GS %C(reset)' | \ sed \ - -e 's#\\(.*\\) N .*#\\x1b[0;2;3m- \\1#' \ - -e 's#\\(.*\\) E .*#\\x1b[1;33mMissing Key: \\x1b[0;2;3m\\1#' \ + -e 's#\\(.*\\) N .*#\\x1b[0;2;3;37m- \\1#' \ + -e 's#\\(.*\\) E .*#\\x1b[1;33mMissing Key: \\x1b[0;2;3;37m\\1#' \ \ -e 's#.* \\([^N]\\)#\\1#' \ \ @@ -47,7 +47,7 @@ -e 's#U#\\x1b[1;33mUnknown Trust:#' \ -e 's#Y#\\x1b[1;33mExpired Key:#' \ -e 's#B#\\x1b[1;31mBAD:#' \ - -e 's#\\(.*\\)#\\x1b[0;2;3m\\1#'; \ + -e 's#\\(.*\\)#\\x1b[0;2;3;37m\\1#'; \ }; f" # custom git log (always opens in pager)