aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
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"