From f170aeb66ac5a50db822ed16e52a6fdcae6f6329 Mon Sep 17 00:00:00 2001 From: typebrook Date: Fri, 13 Dec 2019 18:47:40 +0800 Subject: update --- tigrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tigrc') diff --git a/tigrc b/tigrc index 1c92eba..e58b114 100644 --- a/tigrc +++ b/tigrc @@ -151,13 +151,13 @@ bind main ! ?git revert %(commit) # tag bind generic Tn @git tag "%(prompt Enter tag name: )" %(commit) bind generic TN !git tag "%(prompt Enter tag name: )" %(commit) -a -bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(prompt Move which tag to here? )" %(commit)' +bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(commit)' bind generic TM @sh -c 'git cat-file -p %(tag) |\ sed -n \'6,$p\' |\ - (git tag -d %(tag) && git tag "%(prompt Rename into? )" -a -F -) > /dev/null' + (git tag -d %(tag) && git tag "%(prompt Rename tag into? )" -a -F -) > /dev/null' bind generic Tc !git tag %(tag) %(tag)^{} -f -m "%(prompt Enter new content: )" bind generic Ts >tig show %(tag) -bind generic Td @git tag -d "%(prompt Delete tag: )" +bind generic Td @git tag -d "%(prompt Delete which tag? )" bind generic TTd @git tag -d %(tag) bind generic pt ?git push --tags bind generic pT ?git push %(remote) %(tag) -- cgit v1.2.3-70-g09d2