mirror of
https://git.zx2c4.com/cgit
synced 2025-07-23 20:25:35 +02:00
Teach log search about --grep, --author and --committer
This makes the log searching more explicit, using a dropdown box to specify the commit field to match against. Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
6ec5f36f27
commit
68ca032dbe
7 changed files with 40 additions and 10 deletions
|
@ -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'> </td></tr>");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue