From fa4b34c8946ca0120765ea1628cf48d294857278 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 27 Aug 2021 11:29:06 +0100 Subject: Simplify gitdc --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc b/bashrc index ebfa166..58998b5 100644 --- a/bashrc +++ b/bashrc @@ -164,7 +164,7 @@ gitd() { diffWith "git diff --no-prefix --relative -w -D -M --patience $@" } gitdc() { - diffWith "git diff --cached --no-prefix --relative -b -M $@" + gitd "--cached $@" } gppdmb() { PARENT=${1:-master} -- cgit v1.2.3