X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/3ce6fc16ef4670c535c6e35d48c7f980ff8a5532..a922615dae5d1f7b932dd1fc5a5f121748d96c5a:/cgit.c diff --git a/cgit.c b/cgit.c index e5d8fbd..34e590e 100644 --- a/cgit.c +++ b/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);