diff options
author | typebrook <typebrook@gmail.com> | 2019-05-09 20:48:34 +0800 |
---|---|---|
committer | typebrook <typebrook@gmail.com> | 2019-05-09 20:48:34 +0800 |
commit | 8334b6205594d46e132aa34dc3ef021c6acbac88 (patch) | |
tree | cd992e8349b8965a222e9bcc9be19bdd09808a1a /tigrc | |
parent | 64bdfefea69a9be03d8c22cefd127617a15f25b3 (diff) |
update
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -127,9 +127,12 @@ bind main Tp ?git push --tags | |||
127 | bind main pt ?git push %(remote) %(tag) | 127 | bind main pt ?git push %(remote) %(tag) |
128 | bind main TTd @git tag -d %(tag) | 128 | bind main TTd @git tag -d %(tag) |
129 | 129 | ||
130 | # search in history | ||
131 | bind main S >sh -c 'git log -S "%(prompt Search: )" --pretty=raw | tig --pretty=raw' | ||
132 | |||
130 | # submodule | 133 | # submodule |
131 | bind main Su ?>git submodule update | 134 | bind main Zu ?>git submodule update |
132 | bind main Si ?>git submodule init | 135 | bind main Zi ?>git submodule init |
133 | 136 | ||
134 | # make patches | 137 | # make patches |
135 | bind main PP ?>git format-patch %(commit) | 138 | bind main PP ?>git format-patch %(commit) |