From 68ca032dbe7379f78775fb03ef34a9ad2abc409f Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sun, 28 Oct 2007 15:23:00 +0100 Subject: 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 --- ui-summary.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui-summary.c') diff --git a/ui-summary.c b/ui-summary.c index 178e959..04a466a 100644 --- a/ui-summary.c +++ b/ui-summary.c @@ -236,7 +236,7 @@ void cgit_print_summary() html_include(cgit_repo->readme); html(""); 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(""); if (cgit_summary_log > 0) html(""); -- cgit v1.2.3-59-g8ed1b