mirror of
https://git.zx2c4.com/cgit
synced 2025-08-03 01:25:34 +02:00
Implemented configurable HEAD shortlog on summary page.
This mirrors similiar functionality in gitweb. After clicking on project on projectlist you will immediatelly see quick summary of last N commits on HEAD. [lh: changed from HEAD to cgit_query_head] Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
6130231ed5
commit
51a960a3ca
4 changed files with 16 additions and 1 deletions
5
cgitrc
5
cgitrc
|
@ -20,6 +20,11 @@
|
|||
#enable-log-linecount=0
|
||||
|
||||
|
||||
## Enable/disable display of HEAD shortlog in summary view. Set it to maximum
|
||||
## number of commits that should be displayed
|
||||
#summary-log=0
|
||||
|
||||
|
||||
## Specify a root for virtual urls. This makes cgit generate urls like
|
||||
##
|
||||
## http://localhost/git/repo/log/?id=master
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue