diff options
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -162,6 +162,7 @@ bind main ! ?git revert %(commit) | |||
162 | # tag | 162 | # tag |
163 | bind generic Tn @git tag "%(prompt Enter tag name: )" %(commit) | 163 | bind generic Tn @git tag "%(prompt Enter tag name: )" %(commit) |
164 | bind generic TN !git tag "%(prompt Enter tag name: )" %(commit) -a | 164 | bind generic TN !git tag "%(prompt Enter tag name: )" %(commit) -a |
165 | bind generic TSN !git tag "%(prompt Enter tag name: )" %(commit) -s | ||
165 | bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(commit)' | 166 | bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(commit)' |
166 | bind generic TM @sh -c 'git cat-file -p %(tag) |\ | 167 | bind generic TM @sh -c 'git cat-file -p %(tag) |\ |
167 | sed -n \'6,$p\' |\ | 168 | sed -n \'6,$p\' |\ |