aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc14
1 files changed, 7 insertions, 7 deletions
diff --git a/tigrc b/tigrc
index a5f82fa..9534a26 100644
--- a/tigrc
+++ b/tigrc
@@ -143,22 +143,22 @@ bind main S >sh -c 'git log -S "%(prompt Search: )" --pretty=raw | tig --pretty=
143bind main Zu ?>git submodule update 143bind main Zu ?>git submodule update
144bind main Zi ?>git submodule init 144bind main Zi ?>git submodule init
145 145
146# make patches
147bind main PP ?>git format-patch %(commit)
148bind main P1 ?>git format-patch -1 %(commit)
149
150# show diff based on revision 146# show diff based on revision
151bind main . >sh -c "git diff %(commit) | tig" 147bind main . >sh -c "git diff %(commit) | tig"
152bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig" 148bind main > >sh -c "git diff %(commit) --no-prefix -U1000 | tig"
153 149
154# Hub 150# make patches
151bind main PP ?>git format-patch %(commit)
152bind main P1 ?>git format-patch -1 %(commit)
153
154# Misc-Hub
155bind main i @hub browse -- commit/%(commit) 155bind main i @hub browse -- commit/%(commit)
156bind main I >sh -c "hub issue | tig" 156bind main I >sh -c "hub issue | tig"
157 157
158# Statistics 158# Misc-Statistics
159bind main gc !sh -c 'cloc --git %(commit) | tig' 159bind main gc !sh -c 'cloc --git %(commit) | tig'
160 160
161# android 161# Misc-android
162bind main <C-B> !sh scripts/bump_version.sh 162bind main <C-B> !sh scripts/bump_version.sh
163 163
164# note 164# note