From 504fcb4fec51c9e97d7b56555fd46ca4277b69d3 Mon Sep 17 00:00:00 2001 From: Ryan Guill Date: Mon, 8 Aug 2016 08:09:44 -0500 Subject: [PATCH] changing tracking color to yellow to match branch --- git-recent | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-recent b/git-recent index 9342341..5b1dfe4 100755 --- a/git-recent +++ b/git-recent @@ -8,7 +8,7 @@ format="\ %(HEAD) %(color:yellow)%(refname:short)%(color:reset)|\ -%(color:bold red)%(objectname:short) %(color:bold green)(%(committerdate:relative)) %(color:blue)%(authorname) %(color:green)%(upstream:track)%0a\ +%(color:bold red)%(objectname:short) %(color:bold green)(%(committerdate:relative)) %(color:blue)%(authorname) %(color:reset)%(color:yellow)%(upstream:track)%0a\ %(color:black) %(color:reset)|%(contents:subject)%0a\ |"