diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,9 +67,9 @@ bind main ; :goto %(commit)^2 | |||
67 | bind main b none | 67 | bind main b none |
68 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) | 68 | bind main bn @git branch "%(prompt Enter branch name: )" %(commit) |
69 | bind main bd @git branch -d "%(prompt Delete branch: )" | 69 | bind main bd @git branch -d "%(prompt Delete branch: )" |
70 | bind main btd @git branch -d %(branch) | 70 | bind main bbd @git branch -d %(branch) |
71 | bind main bD ?>git branch -D "%(prompt Delete branch anyway: )" | 71 | bind main bD ?>git branch -D "%(prompt Delete branch anyway: )" |
72 | bind main btD ?>git branch -D %(branch) | 72 | bind main bbD ?>git branch -D %(branch) |
73 | bind main bv +sh -c "git branch -vv | grep %(branch)" | 73 | bind main bv +sh -c "git branch -vv | grep %(branch)" |
74 | bind main c @sh -c "git branch --points-at=%(commit) | \ | 74 | bind main c @sh -c "git branch --points-at=%(commit) | \ |
75 | sed -n '/^*/ {n;p}' | \ | 75 | sed -n '/^*/ {n;p}' | \ |