git: alias to display diffstat in log
parent
9596994b52
commit
dc9111b539
|
@ -4,4 +4,5 @@
|
||||||
[alias]
|
[alias]
|
||||||
st = status
|
st = status
|
||||||
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
|
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
|
||||||
|
ll = log --stat --abbrev-commit
|
||||||
# vim: set filetype=gitconfig:
|
# vim: set filetype=gitconfig:
|
||||||
|
|
Loading…
Reference in New Issue