aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index 4118346..7160df0 100644
--- a/tigrc
+++ b/tigrc
@@ -61,7 +61,9 @@ bind main o :goto %(commit)^2
61bind main b none 61bind main b none
62bind main bn @git branch "%(prompt Enter branch name: )" %(commit) 62bind main bn @git branch "%(prompt Enter branch name: )" %(commit)
63bind main bd @git branch -d "%(prompt Delete branch: )" 63bind main bd @git branch -d "%(prompt Delete branch: )"
64bind main btd @git branch -d %(branch)
64bind main bD ?>git branch -D "%(prompt Delete branch anyway: )" 65bind main bD ?>git branch -D "%(prompt Delete branch anyway: )"
66bind main btD ?>git branch -D %(branch)
65bind main bv +sh -c "git branch -vv | grep %(branch)" 67bind main bv +sh -c "git branch -vv | grep %(branch)"
66bind main c @sh -c "git branch --points-at=%(commit) | \ 68bind main c @sh -c "git branch --points-at=%(commit) | \
67 sed -n '/^*/ {n;p}' | \ 69 sed -n '/^*/ {n;p}' | \