aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index df4ad9f..30e3308 100644
--- a/tigrc
+++ b/tigrc
@@ -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'
159bind generic Tc !git tag %(tag) %(tag)^{} -f -m "New tag content" -e 159bind generic Tc !git tag %(tag) %(tag)^{} -f -m "New tag content" -e
160bind generic Tl !sh -c 'git ls-remote --tags %(remote) | grep %(tag)'
160bind generic Ts >tig show %(tag) 161bind generic Ts >tig show %(tag)
161bind generic Td @git tag -d "%(prompt Delete which tag? )" 162bind generic Td @git tag -d "%(prompt Delete which tag? )"
162bind generic Tpd ?git push %(remote) :%(tag) 163bind generic Tpd ?git push %(remote) :%(tag)