mirror of
https://github.com/ViViDboarder/shoestrap.git
synced 2024-11-13 02:36:32 +00:00
12 lines
333 B
Plaintext
12 lines
333 B
Plaintext
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)
|