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