aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-11-04 11:36:13 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-11-04 11:36:13 +0800
commitaec82ec9a2519c9ac9bf1d377e8d1327b722aa03 (patch)
treed12d55d969623a7ac78eacd6eb910b0636213ca8 /tigrc
parent4c9a706fa1b8f567461c7b9a1ada0191ee047f36 (diff)
update
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)