diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ bind main bD ?>git branch -D "%(prompt Delete branch anyway: )" | |||
77 | bind main bbD ?>git branch -D %(branch) | 77 | bind main bbD ?>git branch -D %(branch) |
78 | bind main bv +sh -c "git branch -vv | grep %(branch)" | 78 | bind main bv +sh -c "git branch -vv | grep %(branch)" |
79 | bind main bm @git branch -m %(branch) "%(prompt New branch name: )" | 79 | bind main bm @git branch -m %(branch) "%(prompt New branch name: )" |
80 | bind main bM @git branch -f "%(prompt Move which branch to here? )" %(commit) | ||
80 | bind main c @sh -c "git branch --points-at=%(commit) | \ | 81 | bind main c @sh -c "git branch --points-at=%(commit) | \ |
81 | sed -n '/^*/ {n;p}' | \ | 82 | sed -n '/^*/ {n;p}' | \ |
82 | (cat -; echo %(commit)) | \ | 83 | (cat -; echo %(commit)) | \ |