aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
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? )"