aboutsummaryrefslogtreecommitdiffhomepage
path: root/tigrc
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-05-05 11:24:24 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-05-05 11:24:24 +0800
commit8ac904277c94ac81642f22fb4ddbdc4ca0a1ac6a (patch)
tree020341ee2e0e473999dd6a37928ccf6a4b5598b7 /tigrc
parent3dc48bf9a8023863db66bc066cdf5d0c41a6fffb (diff)
update
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)