forked from kunsi/dotfiles
gitconfig: always verbose commits
This commit is contained in:
parent
ba31260881
commit
ad6ddbfa19
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue