git: add diffstat alias

This commit is contained in:
Grigory Shipunov 2020-06-15 20:58:07 +02:00
parent 59bee30073
commit 77957237ea
No known key found for this signature in database
GPG key ID: 77BB6C3E4771EE7C

View file

@ -13,3 +13,4 @@
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
diffw = diff --word-diff=color
diffstat = diff --stat