gitconfig: always verbose commits

This commit is contained in:
Franzi 2021-04-23 14:08:08 +02:00
parent ba31260881
commit ad6ddbfa19
Signed by untrusted user: kunsi
GPG Key ID: 12E3D2136B818350
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
[commit]
gpgsign = true
verbose = true
[alias]
hist = log --graph --abbrev-commit --decorate --format=format:'%C(red)%h%C(reset) - %C(green)(%ar)%C(reset) %C(reset)%s %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' -32