mirror of
https://git.zx2c4.com/cgit
synced 2025-06-28 20:40:22 +02:00
Add descriptions of summary-branches and summary-tags to cgitrc
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
763a6a09de
commit
6bce91be1a
1 changed files with 10 additions and 0 deletions
10
cgitrc
10
cgitrc
|
@ -30,6 +30,16 @@
|
||||||
#summary-log=0
|
#summary-log=0
|
||||||
|
|
||||||
|
|
||||||
|
## Restrict the number of branches printed in summary view. Set to 0 to
|
||||||
|
## print all branches.
|
||||||
|
#summary-branches=0
|
||||||
|
|
||||||
|
|
||||||
|
## Restrict the number of tags printed in summary view. Set to 0 to
|
||||||
|
## print all tags.
|
||||||
|
#summary-tags=0
|
||||||
|
|
||||||
|
|
||||||
## The "Idle" column on the repository index page can read a timestamp
|
## The "Idle" column on the repository index page can read a timestamp
|
||||||
## from the specified agefile (if this file cannot be found, the mtime
|
## from the specified agefile (if this file cannot be found, the mtime
|
||||||
## of HEAD is used).
|
## of HEAD is used).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue