aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--tigrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/tigrc b/tigrc
index ff8bd0a..0ffee14 100644
--- a/tigrc
+++ b/tigrc
@@ -53,6 +53,8 @@ bind main gdt @git tag -d %(tag)
53bind main B !sh scripts/bump_version.sh 53bind main B !sh scripts/bump_version.sh
54bind main V @git log -S "%(prompt Enter search word: )" 54bind main V @git log -S "%(prompt Enter search word: )"
55 55
56bind main S !git format-patch -1 %(commit)
57
56# blame view 58# blame view
57set blame-view = author:abbreviated date:default id:yes,color line-number:yes text 59set blame-view = author:abbreviated date:default id:yes,color line-number:yes text
58 60