diff options
-rw-r--r-- | tigrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -157,6 +157,7 @@ bind generic TM @sh -c 'git cat-file -p %(tag) |\ | |||
157 | sed -n \'6,$p\' |\ | 157 | sed -n \'6,$p\' |\ |
158 | (git tag -d %(tag) && git tag "%(prompt Rename tag into? )" -a -F -) > /dev/null' | 158 | (git tag -d %(tag) && git tag "%(prompt Rename tag into? )" -a -F -) > /dev/null' |
159 | bind generic Tc !git tag %(tag) %(tag)^{} -f -m "New tag content" -e | 159 | bind generic Tc !git tag %(tag) %(tag)^{} -f -m "New tag content" -e |
160 | bind generic Tl !sh -c 'git ls-remote --tags %(remote) | grep %(tag)' | ||
160 | bind generic Ts >tig show %(tag) | 161 | bind generic Ts >tig show %(tag) |
161 | bind generic Td @git tag -d "%(prompt Delete which tag? )" | 162 | bind generic Td @git tag -d "%(prompt Delete which tag? )" |
162 | bind generic Tpd ?git push %(remote) :%(tag) | 163 | bind generic Tpd ?git push %(remote) :%(tag) |