summaryrefslogtreecommitdiff
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc2
1 files changed, 1 insertions, 1 deletions
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}