]> gitweb.ps.run Git - ps-cgit/blobdiff - ui-summary.c
Teach log search about --grep, --author and --committer
[ps-cgit] / ui-summary.c
index 178e959a9036267971a9cce1649099ed0cd5b782..04a466a319f384b03ff92909e462aa7baaec5b8d 100644 (file)
@@ -236,7 +236,7 @@ void cgit_print_summary()
                html_include(cgit_repo->readme);
        html("</div>");
        if (cgit_summary_log > 0)
-               cgit_print_log(cgit_query_head, 0, cgit_summary_log, NULL, NULL, 0);
+               cgit_print_log(cgit_query_head, 0, cgit_summary_log, NULL, NULL, NULL, 0);
        html("<table class='list nowrap'>");
        if (cgit_summary_log > 0)
                html("<tr class='nohover'><td colspan='4'>&nbsp;</td></tr>");