From cf76a2a10bdc8b93c10149d7c508e2428e0e57e0 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Fri, 27 Aug 2021 11:27:18 +0100 Subject: Better git diff options --- bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bashrc') diff --git a/bashrc b/bashrc index 4ef2ce0..ebfa166 100644 --- a/bashrc +++ b/bashrc @@ -161,7 +161,7 @@ svnd() { } # Git gitd() { - diffWith "git diff --no-prefix --relative -b -M $@" + diffWith "git diff --no-prefix --relative -w -D -M --patience $@" } gitdc() { diffWith "git diff --cached --no-prefix --relative -b -M $@" -- cgit v1.2.3