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