summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-03-09 22:04:20 +0100
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-03-09 22:17:12 +0100
commitb2447dadfc69ee593d91243cfd46df162bff7552 (patch)
tree2bd09862c0785ad88b18c64de952d84fc5b1dac0
parent7d896ecfe06f125b8c9bba5986a6998a22c65b2b (diff)
downloaddotfiles-b2447dadfc69ee593d91243cfd46df162bff7552.tar.xz
gitconfig: add diff --cached alias
-rw-r--r--gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index a4af96e..216a3c2 100644
--- a/gitconfig
+++ b/gitconfig
@@ -10,6 +10,7 @@
co = checkout
cp = cherry-pick
df = diff
+ dfc = diff --cached
fp = format-patch
lg = log -p
st = status