diff options
Diffstat (limited to 'bashrc')
-rw-r--r-- | bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@" |