From 51a960a3ca6b0cade97db287a342996c3e1de48d Mon Sep 17 00:00:00 2001 From: Ondrej Jirman Date: Sat, 26 May 2007 03:33:41 +0200 Subject: 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 --- cgit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index d6bcde2..2f3fca1 100644 --- a/cgit.h +++ b/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; -- cgit v1.2.3-59-g8ed1b