git: alias to display diffstat in log

master
Guillaume DOTT 2012-11-08 14:57:02 +01:00
parent 9596994b52
commit dc9111b539
1 changed files with 1 additions and 0 deletions

View File

@ -4,4 +4,5 @@
[alias]
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
ll = log --stat --abbrev-commit
# vim: set filetype=gitconfig: