Skip to content

Commit 93b3f44

Browse files
committed
Revised tigrc man page for new commit-title-graph toggle option
1 parent 7ac661b commit 93b3f44

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

doc/tigrc.5.adoc

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,8 +460,13 @@ author::
460460
sizing content, up to this limit.
461461
462462
commit-title::
463-
- 'graph' (mixed) [no|v2|v1]: Whether to show the revision graph in the
464-
main view on start-up. "v1" refers to the old graph rendering, which
463+
- 'graph' (mixed) [no|v2|v2-horizontal-crossover|v1]:
464+
Whether to show the revision graph in the main view on start-up.
465+
"v2" refers to the newer graph rendering where a vertical path is placed over a horizontal path,
466+
but the horizontal path is miscolored.
467+
"v2-horizontal-crossover" refers to the newer graph rendering where a horizontal path is placed over a vertical path,
468+
and the horizontal path is correctly colored.
469+
"v1" refers to the old graph rendering, which
465470
is less accurate but faster and thus recommended in large
466471
repositories. See also the 'line-graphics' options.
467472
- 'refs' (bool): Whether to show references (branches, tags, and

0 commit comments

Comments
 (0)