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 59c6117..2eeb6ca 100644
--- a/tigrc
+++ b/tigrc
@@ -161,9 +161,9 @@ bind main gB !?git rebase --rebase-merges -i %(commit)
161bind main ! ?git revert %(commit) 161bind main ! ?git revert %(commit)
162 162
163# tag 163# tag
164bind generic Tn @git tag "%(prompt Enter tag name: )" %(commit) 164bind generic Tn @git tag "%(prompt New tag, please enter tag name: )" %(commit)
165bind generic TN !git tag "%(prompt Enter tag name: )" %(commit) -a 165bind generic TN !git tag "%(prompt Annotated tag, please enter the name: )" %(commit) -a
166bind generic TSN !git tag "%(prompt Enter tag name: )" %(commit) -s 166bind generic TSN !git tag "%(prompt Signed Annotated tag, please enter the 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\' |\