diff options
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -166,7 +166,7 @@ bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(comm | |||
166 | bind generic TM @sh -c 'git cat-file -p %(tag) |\ | 166 | bind 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' |
169 | bind generic Tc !git tag %(tag) %(tag)^{} -f -m "New tag content" -e | 169 | bind generic Tc !sh -c 'git tag %(tag) %(tag)^{} -f -m \"$(git tag %(tag) -n10)\" -e' |
170 | bind generic Tl !sh -c 'git ls-remote --tags %(remote) | grep %(tag)' | 170 | bind generic Tl !sh -c 'git ls-remote --tags %(remote) | grep %(tag)' |
171 | bind generic Ts >tig show %(tag) | 171 | bind generic Ts >tig show %(tag) |
172 | bind generic Td @git tag -d "%(prompt Delete which tag? )" | 172 | bind generic Td @git tag -d "%(prompt Delete which tag? )" |