Show git refnames without wrapping

main
Jasper Bok 2024-11-08 14:00:40 +01:00
parent 619bb9d7e3
commit 8314d38078
1 changed files with 2 additions and 2 deletions

View File

@ -1,8 +1,8 @@
[alias] [alias]
s = status s = status
f = fetch f = fetch
l = log --oneline --decorate --graph --pretty='format:%Cred%h%Creset - %C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' 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 ll = log --oneline --decorate --graph --pretty='format:%Cred%h%Creset - %C(yellow)%D%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --all
[user] [user]
name = {{ .user.name }} name = {{ .user.name }}