aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index a4be411..130a057 100644
--- a/tigrc
+++ b/tigrc
@@ -188,8 +188,8 @@ bind main Zu ?>git submodule update
188bind main Zi ?>git submodule init 188bind main Zi ?>git submodule init
189 189
190# show diff based on revision 190# show diff based on revision
191bind main . >sh -c "git diff --patch-with-stat %(commit) | tig" 191bind main . >sh -c "git diff --patch-with-stat %(commit) | tig show"
192bind main > >sh -c "git diff --patch-with-stat %(commit) --no-prefix -U1000 | tig" 192bind main > >sh -c "git diff --patch-with-stat %(commit) --no-prefix -U1000 | tig show"
193 193
194# make patches 194# make patches
195bind main PP ?>git format-patch %(commit) 195bind main PP ?>git format-patch %(commit)