From: Simon Ruderich Date: Wed, 7 Aug 2013 19:26:33 +0000 (+0200) Subject: gitconfig: Add alias for diff --stat (ds). X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=18c9a317db0e894d03c1ffff1cb09b9834ca6a12 gitconfig: Add alias for diff --stat (ds). --- diff --git a/gitconfig.m4 b/gitconfig.m4 index e4c455d..e175b05 100644 --- a/gitconfig.m4 +++ b/gitconfig.m4 @@ -68,6 +68,7 @@ include(../lib.m4) dw = diff PATIENCE --color-words dc = diff PATIENCE --cached dcw = diff PATIENCE --cached --color-words + ds = diff --stat s = status l = log ls = log --stat