diff options
| author | typebrook <typebrook@gmail.com> | 2019-12-13 18:59:32 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-12-13 18:59:32 +0800 |
| commit | e0c3ebf3298f1ace7331e57e71ecab8e4952e9c6 (patch) | |
| tree | 682c29ac4744064f2f207cc222ea9e1c6763e9f7 /tigrc | |
| parent | f170aeb66ac5a50db822ed16e52a6fdcae6f6329 (diff) | |
update
Diffstat (limited to 'tigrc')
| -rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -155,7 +155,7 @@ bind generic Tm @sh -c 'git tag -d %(tag) && git tag "%(Rename tag to? )" %(comm | |||
| 155 | bind generic TM @sh -c 'git cat-file -p %(tag) |\ | 155 | bind 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 tag into? )" -a -F -) > /dev/null' | 157 | (git tag -d %(tag) && git tag "%(prompt Rename tag into? )" -a -F -) > /dev/null' |
| 158 | bind generic Tc !git tag %(tag) %(tag)^{} -f -m "%(prompt Enter new content: )" | 158 | bind generic Tc !git tag %(tag) %(tag)^{} -f -m "New tag content" -e |
| 159 | bind generic Ts >tig show %(tag) | 159 | bind generic Ts >tig show %(tag) |
| 160 | bind generic Td @git tag -d "%(prompt Delete which tag? )" | 160 | bind generic Td @git tag -d "%(prompt Delete which tag? )" |
| 161 | bind generic TTd @git tag -d %(tag) | 161 | bind generic TTd @git tag -d %(tag) |