mirror of
https://git.zx2c4.com/cgit
synced 2025-07-21 19:34:22 +02:00
Add option to disable pager to cgit_print_log().
This is needed for upcomming shortlog on summary page patch. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
3ce6fc16ef
commit
a922615dae
3 changed files with 18 additions and 16 deletions
2
cgit.c
2
cgit.c
|
@ -94,7 +94,7 @@ static void cgit_print_repo_page(struct cacheitem *item)
|
|||
case CMD_LOG:
|
||||
cgit_print_log(cgit_query_head, cgit_query_ofs,
|
||||
cgit_max_commit_count, cgit_query_search,
|
||||
cgit_query_path);
|
||||
cgit_query_path, 1);
|
||||
break;
|
||||
case CMD_TREE:
|
||||
cgit_print_tree(cgit_query_head, cgit_query_sha1, cgit_query_path);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue