From 84af8183e3679638d17697003e428115cfdb0090 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 28 Sep 2022 10:25:26 -0700 Subject: [PATCH] Update tig layout --- assets/default/dotfiles/tigrc | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/assets/default/dotfiles/tigrc b/assets/default/dotfiles/tigrc index 56295fd..d20fd3c 100644 --- a/assets/default/dotfiles/tigrc +++ b/assets/default/dotfiles/tigrc @@ -1 +1,11 @@ -bind generic R !git revert %(commit) +set commit-order = topo # Order commits topologically +set blame-options = -C -C -C # Blame lines from other files + +set main-view = \ + date:display=default \ + author:display:abbreviated,width=10 \ + id \ + line-number:display=no,interval=5 \ + commit-title:graph=yes,refs=yes + +bind main R ?git revert %(commit)