From 77957237eab231809ffc3860b5acb229f99a4bb3 Mon Sep 17 00:00:00 2001 From: Grigory Shipunov Date: Mon, 15 Jun 2020 20:58:07 +0200 Subject: [PATCH] git: add diffstat alias --- config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/config/git/config b/config/git/config index 5b6c23a..c325972 100644 --- a/config/git/config +++ b/config/git/config @@ -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