diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 11:29:06 +0100 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2021-08-27 11:29:06 +0100 |
commit | fa4b34c8946ca0120765ea1628cf48d294857278 (patch) | |
tree | 76b1845aa331d28d2dc781c96c4bfbbc460c6819 | |
parent | Better git diff options (diff) | |
download | util-fa4b34c8946ca0120765ea1628cf48d294857278.tar.bz2 util-fa4b34c8946ca0120765ea1628cf48d294857278.tar.xz util-fa4b34c8946ca0120765ea1628cf48d294857278.zip |
Simplify gitdc
-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} |