aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tigrc b/tigrc
index e58b114..638f250 100644
--- a/tigrc
+++ b/tigrc
@@ -155,7 +155,7 @@ bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(comm
155bind generic TM @sh -c 'git cat-file -p %(tag) |\ 155bind generic TM @sh -c 'git cat-file -p %(tag) |\
156 sed -n \'6,$p\' |\ 156 sed -n \'6,$p\' |\
157 (git tag -d %(tag) && git tag "%(prompt Rename tag into? )" -a -F -) > /dev/null' 157 (git tag -d %(tag) && git tag "%(prompt Rename tag into? )" -a -F -) > /dev/null'
158bind generic Tc !git tag %(tag) %(tag)^{} -f -m "%(prompt Enter new content: )" 158bind generic Tc !git tag %(tag) %(tag)^{} -f -m "New tag content" -e
159bind generic Ts >tig show %(tag) 159bind generic Ts >tig show %(tag)
160bind generic Td @git tag -d "%(prompt Delete which tag? )" 160bind generic Td @git tag -d "%(prompt Delete which tag? )"
161bind generic TTd @git tag -d %(tag) 161bind generic TTd @git tag -d %(tag)