aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2020-02-10 15:24:47 +0800
committertypebrook <typebrook@gmail.com>2020-02-10 15:24:47 +0800
commit36812b1ee6b3cdb3107763c955d1f0c42b06c8fd (patch)
tree0ff8706530775e180548c459b98711f1d2a7fcf3
parentbc924c9410203af3d574fb610964038b7253e990 (diff)
update
-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)