From 841d9bd6003d479a8a88d7746246740eb6e67c15 Mon Sep 17 00:00:00 2001 From: Fernando Schauenburg Date: Wed, 5 Mar 2025 09:19:10 +0100 Subject: [PATCH] git: remove newlines from `ln` alias --- config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/git/config b/config/git/config index 6208894..afb236b 100644 --- a/config/git/config +++ b/config/git/config @@ -20,7 +20,7 @@ [pretty] basic = %C(auto)%h%d %s %C(8) %ad - name = %C(auto)%h%d %s %n%C(2)%aN <%C(10)%aE%C(2)> %C(8) %ad %n + name = %C(auto)%h%d %s %C(2)%aN <%C(10)%aE%C(2)> %C(8) %ad [core] excludesfile = ~/.config/git/ignore