aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-07-03 18:38:31 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-07-03 18:38:31 +0800
commit38fd61bb4212d9c9ef507e18ae111c6a88b655e7 (patch)
tree06b6edc35198f12531c8fd5568a470d9a3830dcd /tigrc
parent431d6964cad7bd201c504d22ea972c654cdb868a (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index ea4c7a2..70352e4 100644
--- a/tigrc
+++ b/tigrc
@@ -166,7 +166,7 @@ bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(comm
166bind generic TM @sh -c 'git cat-file -p %(tag) |\ 166bind generic TM @sh -c 'git cat-file -p %(tag) |\
167 sed -n \'6,$p\' |\ 167 sed -n \'6,$p\' |\
168 (git tag -d %(tag) && git tag "%(prompt Rename tag into? )" -a -F -) > /dev/null' 168 (git tag -d %(tag) && git tag "%(prompt Rename tag into? )" -a -F -) > /dev/null'
169bind generic Tc !git tag %(tag) %(tag)^{} -f -m "New tag content" -e 169bind generic Tc !sh -c 'git tag %(tag) %(tag)^{} -f -m \"$(git tag %(tag) -n10)\" -e'
170bind generic Tl !sh -c 'git ls-remote --tags %(remote) | grep %(tag)' 170bind generic Tl !sh -c 'git ls-remote --tags %(remote) | grep %(tag)'
171bind generic Ts >tig show %(tag) 171bind generic Ts >tig show %(tag)
172bind generic Td @git tag -d "%(prompt Delete which tag? )" 172bind generic Td @git tag -d "%(prompt Delete which tag? )"