aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index 3a8cdbc..550a2ed 100644
--- a/tigrc
+++ b/tigrc
@@ -166,8 +166,8 @@ bind generic TN !git tag "%(prompt Enter tag name: )" %(commit) -a
166bind generic TSN !git tag "%(prompt Enter tag name: )" %(commit) -s 166bind generic TSN !git tag "%(prompt Enter tag name: )" %(commit) -s
167bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(commit)' 167bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(commit)'
168bind generic TM @sh -c 'git cat-file -p %(tag) |\ 168bind generic TM @sh -c 'git cat-file -p %(tag) |\
169 sed -n \'6,$p\' |\ 169 sed -n \'6,$p\' |\
170 (git tag -d %(tag) && git tag "%(prompt Rename tag into? )" -a -F -) > /dev/null' 170 (git tag -d %(tag) && git tag "%(prompt Rename tag into? )" -a -F -) > /dev/null'
171bind generic Tc !sh -c 'git tag %(tag) %(tag)^{} -f -m \"$(git tag %(tag) -n10)\" -e' 171bind generic Tc !sh -c 'git tag %(tag) %(tag)^{} -f -m \"$(git tag %(tag) -n10)\" -e'
172bind generic Tl !sh -c 'git ls-remote --tags %(remote) | grep %(tag)' 172bind generic Tl !sh -c 'git ls-remote --tags %(remote) | grep %(tag)'
173bind generic Ts >tig show %(tag) 173bind generic Ts >tig show %(tag)