summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-05-09 20:48:34 +0800
committertypebrook <typebrook@gmail.com>2019-05-09 20:48:34 +0800
commit8334b6205594d46e132aa34dc3ef021c6acbac88 (patch)
treecd992e8349b8965a222e9bcc9be19bdd09808a1a
parent64bdfefea69a9be03d8c22cefd127617a15f25b3 (diff)
update
-rw-r--r--tigrc7
1 files changed, 5 insertions, 2 deletions
diff --git a/tigrc b/tigrc
index 698c113..046e317 100644
--- a/tigrc
+++ b/tigrc
@@ -127,9 +127,12 @@ bind main Tp ?git push --tags
127bind main pt ?git push %(remote) %(tag) 127bind main pt ?git push %(remote) %(tag)
128bind main TTd @git tag -d %(tag) 128bind main TTd @git tag -d %(tag)
129 129
130# search in history
131bind main S >sh -c 'git log -S "%(prompt Search: )" --pretty=raw | tig --pretty=raw'
132
130# submodule 133# submodule
131bind main Su ?>git submodule update 134bind main Zu ?>git submodule update
132bind main Si ?>git submodule init 135bind main Zi ?>git submodule init
133 136
134# make patches 137# make patches
135bind main PP ?>git format-patch %(commit) 138bind main PP ?>git format-patch %(commit)