From 8314d3807893240c34bed885b99aef3bbc184928 Mon Sep 17 00:00:00 2001 From: Jasper Bok Date: Fri, 8 Nov 2024 14:00:40 +0100 Subject: [PATCH] Show git refnames without wrapping --- dot_gitconfig.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 5276a16..c47ab1c 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -1,8 +1,8 @@ [alias] s = status f = fetch - l = log --oneline --decorate --graph --pretty='format:%Cred%h%Creset - %C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' - ll = log --oneline --decorate --graph --pretty='format:%Cred%h%Creset - %C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --all + l = log --oneline --decorate --graph --pretty='format:%Cred%h%Creset - %C(yellow)%D%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' + ll = log --oneline --decorate --graph --pretty='format:%Cred%h%Creset - %C(yellow)%D%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --all [user] name = {{ .user.name }}