From 8d67039988113c4f05da6eaedae96e35c305c7cf Mon Sep 17 00:00:00 2001 From: Paul Irish Date: Wed, 26 Jul 2023 09:13:21 -0700 Subject: [PATCH] denser --- git-recent | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/git-recent b/git-recent index 384e1ed..68ba7f7 100755 --- a/git-recent +++ b/git-recent @@ -10,11 +10,9 @@ case $(uname -s) in CYGWIN*|MINGW*|MSYS*) branch='%(refname:short)' - spacer=' ' ;; *) branch='%(color:yellow)%(refname:short)%(color:reset)' - spacer='%(color:black) %(color:reset)' ;; esac @@ -39,10 +37,8 @@ $branch|\ %(color:bold red)%(objectname:short)%(color:reset) \ %(color:bold green)(%(committerdate:relative))%(color:reset) \ %(color:bold blue)%(authorname)%(color:reset) \ -%(color:yellow)%(upstream:track)%(color:reset) -$spacer|\ -%(contents:subject) -$spacer|" +%(color:yellow)%(upstream:track)%(color:reset) \ +%(contents:subject)" lessopts="--tabs=4 --quit-if-one-screen --RAW-CONTROL-CHARS --no-init"