Update tig layout

This commit is contained in:
ViViDboarder 2022-09-28 10:25:26 -07:00
parent e53ab332a6
commit 84af8183e3
1 changed files with 11 additions and 1 deletions

View File

@ -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)