mirror of
https://git.zx2c4.com/cgit
synced 2025-08-19 00:40:18 +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
1
cgit.h
1
cgit.h
|
@ -127,6 +127,7 @@ extern int cgit_cache_repo_ttl;
|
|||
extern int cgit_cache_dynamic_ttl;
|
||||
extern int cgit_cache_static_ttl;
|
||||
extern int cgit_cache_max_create_time;
|
||||
extern int cgit_summary_log;
|
||||
|
||||
extern int cgit_max_msg_len;
|
||||
extern int cgit_max_repodesc_len;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue