aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/tigrc b/tigrc
index 1c92eba..e58b114 100644
--- a/tigrc
+++ b/tigrc
@@ -151,13 +151,13 @@ bind main ! ?git revert %(commit)
151# tag 151# tag
152bind generic Tn @git tag "%(prompt Enter tag name: )" %(commit) 152bind generic Tn @git tag "%(prompt Enter tag name: )" %(commit)
153bind generic TN !git tag "%(prompt Enter tag name: )" %(commit) -a 153bind generic TN !git tag "%(prompt Enter tag name: )" %(commit) -a
154bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(prompt Move which tag to here? )" %(commit)' 154bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(commit)'
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 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 "%(prompt Enter new content: )"
159bind generic Ts >tig show %(tag) 159bind generic Ts >tig show %(tag)
160bind generic Td @git tag -d "%(prompt Delete 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)
162bind generic pt ?git push --tags 162bind generic pt ?git push --tags
163bind generic pT ?git push %(remote) %(tag) 163bind generic pT ?git push %(remote) %(tag)