aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-03-11 18:38:06 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-03-11 18:38:06 +0800
commitef96048994ef06c097be3da25540d8b7e66eb7ef (patch)
tree312eb1c4918f2e51da21526bc6a87fe1063a3752 /tigrc
parentf73ae1720d5ca7ad2bf3784a3294b29d4c6c3ee5 (diff)
update
Diffstat (limited to 'tigrc')
-rw-r--r--tigrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index d34b8d1..aab3a36 100644
--- a/tigrc
+++ b/tigrc
@@ -162,6 +162,7 @@ bind main ! ?git revert %(commit)
162# tag 162# tag
163bind generic Tn @git tag "%(prompt Enter tag name: )" %(commit) 163bind generic Tn @git tag "%(prompt Enter tag name: )" %(commit)
164bind generic TN !git tag "%(prompt Enter tag name: )" %(commit) -a 164bind generic TN !git tag "%(prompt Enter tag name: )" %(commit) -a
165bind generic TSN !git tag "%(prompt Enter tag name: )" %(commit) -s
165bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(commit)' 166bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(commit)'
166bind generic TM @sh -c 'git cat-file -p %(tag) |\ 167bind generic TM @sh -c 'git cat-file -p %(tag) |\
167 sed -n \'6,$p\' |\ 168 sed -n \'6,$p\' |\