docs(man): add sections on commit message and repo desc truncating
- max_commit_message_length
- max_repo_desc_length
Diff
doc/man/rgitrc.5 | 21 +++++++++++++++++++++
doc/man/rgitrc.5.md | 16 ++++++++++++++++
2 files changed, 37 insertions(+)
@@ -124,6 +124,27 @@ Default value: \[lq]/\[rq]
See also: \f[V]logo\f[R], \f[V]logo_alt\f[R]
.RE
.TP
\f[B]max_commit_message_length\f[R]
Specifies the maximum number of commit message characters to display in
\[lq]log\[rq] view.
.RS
.PP
If unset or set to \[lq]0\[rq], commit messages will not be truncated.
.PP
Default value: \[lq]0\[rq]
.RE
.TP
\f[B]max_repo_desc_length\f[R]
Specifies the maximum number of description characters to display on the
repository index page.
.RS
.PP
If unset or set to \[lq]0\[rq], repository descriptions will not be
truncated.
.PP
Default value: \[lq]0\[rq]
.RE
.TP
\f[B]root_description\f[R]
Text printed below the heading (\f[V]root_title\f[R]) on the repository
index page.
@@ -104,6 +104,22 @@ GLOBAL SETTINGS
`logo`,
`logo_alt`
**max_commit_message_length**
: Specifies the maximum number of commit message characters to display in "log" view.
If unset or set to "0", commit messages will not be truncated.
Default value: "0"
**max_repo_desc_length**
: Specifies the maximum number of description characters to display on the repository index page.
If unset or set to "0", repository descriptions will not be truncated.
Default value: "0"
**root_description**
: Text printed below the heading (`root_title`) on the repository index page.