aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-03 09:42:38 +0800
committertypebrook <typebrook@gmail.com>2020-02-03 09:42:38 +0800
commit5bf59740842ca88b84bf50331bef3b28ce6b4f7b (patch)
tree2544b32f0d8a5a7daae94672d043ccf02d9fd13f /tigrc
parent6c378afeaaed37ed305b9a18d6b0486f92baa6c5 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 441a6cb..35e4af4 100644
--- a/tigrc
+++ b/tigrc
@@ -294,6 +294,7 @@ bind refs F ?git fetch %(remote) %(ref)
294bind refs pr ?git push '%(prompt Push to which remote? )' %(ref):%(ref) 294bind refs pr ?git push '%(prompt Push to which remote? )' %(ref):%(ref)
295bind refs pd ?git push %(remote) :%(ref) 295bind refs pd ?git push %(remote) :%(ref)
296bind refs pD ?git push '%(prompt Delete from which remote? )' :%(ref) 296bind refs pD ?git push '%(prompt Delete from which remote? )' :%(ref)
297bind refs rd ?git branch --remotes -D %(remote)/%(ref)
297 298
298bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig" 299bind refs . >sh -c "git diff --patch-with-stat %(branch) | tig"
299bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig" 300bind refs > >sh -c "git diff --patch-with-stat %(branch) --prefix -U1000 | tig"