summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2021-08-27 11:27:18 +0100
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2021-08-27 11:27:18 +0100
commitcf76a2a10bdc8b93c10149d7c508e2428e0e57e0 (patch)
treec8703891f3e01bc2551811d24a8a46838f00c78d /bashrc
parentAdd bloatysizes for finding code bloat (diff)
downloadutil-cf76a2a10bdc8b93c10149d7c508e2428e0e57e0.tar.bz2
util-cf76a2a10bdc8b93c10149d7c508e2428e0e57e0.tar.xz
util-cf76a2a10bdc8b93c10149d7c508e2428e0e57e0.zip
Better git diff options
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
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 $@"