From 1c613b082dbc096ad2ed5443895be9e33eb02b04 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 12 Jul 2023 14:03:05 +0200 Subject: [PATCH] git: fix broken watch icon in log format --- config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/git/config b/config/git/config index d3dcba7..035fba6 100644 --- a/config/git/config +++ b/config/git/config @@ -16,7 +16,7 @@ ss = status [pretty] - basic = %C(auto)%h%d %s %C(0) %C(10)%ad + basic = %C(auto)%h%d %s %C(0) %C(10)%ad name = %C(auto)%h%d %s %n%C(10)%aN <%C(2)%aE%C(10)> %ad %n [core]