diff options
-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 | ||