diff options
| author | typebrook <typebrook@gmail.com> | 2019-03-26 07:59:32 +0800 |
|---|---|---|
| committer | typebrook <typebrook@gmail.com> | 2019-03-26 07:59:32 +0800 |
| commit | 820012fb5c178cb9402388462b08ba71ecc82a4e (patch) | |
| tree | 5c86f36aa39789dbe2aeaf84b08b01cf67512098 | |
| parent | 7f323cd0764f43f519c9d6972cde58b1722c52c6 (diff) | |
update
| -rw-r--r-- | tigrc | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -53,6 +53,8 @@ bind main gdt @git tag -d %(tag) | |||
| 53 | bind main B !sh scripts/bump_version.sh | 53 | bind main B !sh scripts/bump_version.sh |
| 54 | bind main V @git log -S "%(prompt Enter search word: )" | 54 | bind main V @git log -S "%(prompt Enter search word: )" |
| 55 | 55 | ||
| 56 | bind main S !git format-patch -1 %(commit) | ||
| 57 | |||
| 56 | # blame view | 58 | # blame view |
| 57 | set blame-view = author:abbreviated date:default id:yes,color line-number:yes text | 59 | set blame-view = author:abbreviated date:default id:yes,color line-number:yes text |
| 58 | 60 | ||