diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-05-18 09:12:49 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-05-18 09:12:49 +0800 |
commit | 00b454d94424872bd839c2a442184b5da2b77967 (patch) | |
tree | e706d6fb0449b1f0fadb4eb0faba67977986d067 /tigrc | |
parent | ca4303441325b883f0841ffbccf57baca54b0f26 (diff) | |
parent | 39bf55b9ad5694756b33d43b31e3dc6d16cd76b5 (diff) |
Merge remote-tracking branch 'origin/dev' into dev
Diffstat (limited to 'tigrc')
-rw-r--r-- | tigrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -185,7 +185,7 @@ bind generic pT ?git push %(remote) %(tag) | |||
185 | 185 | ||
186 | # search in history | 186 | # search in history |
187 | bind main S none | 187 | bind main S none |
188 | bind main Sl >sh -c 'git log -G --pretty=raw "%(prompt Lines contains: )" | tig --pretty=raw' | 188 | bind main Sl >sh -c 'git log --pretty=raw -G "%(prompt Lines contains: )" | tig --pretty=raw' |
189 | bind main Sf >sh -c 'git log --pretty=raw -- "*%(prompt Filename: )*" --pretty=raw | tig --pretty=raw' | 189 | bind main Sf >sh -c 'git log --pretty=raw -- "*%(prompt Filename: )*" --pretty=raw | tig --pretty=raw' |
190 | 190 | ||
191 | # submodule | 191 | # submodule |