From 18c9a317db0e894d03c1ffff1cb09b9834ca6a12 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 7 Aug 2013 21:26:33 +0200 Subject: [PATCH] gitconfig: Add alias for diff --stat (ds). --- gitconfig.m4 | 1 + 1 file changed, 1 insertion(+) 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 -- 2.44.1