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 --- cgit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cgit.c') diff --git a/cgit.c b/cgit.c index cc18ed4..142e416 100644 --- a/cgit.c +++ b/cgit.c @@ -94,7 +94,7 @@ static void cgit_print_repo_page(struct cacheitem *item) switch(cgit_cmd) { case CMD_LOG: cgit_print_log(cgit_query_sha1, cgit_query_ofs, - cgit_max_commit_count, cgit_query_search, + cgit_max_commit_count, cgit_query_grep, cgit_query_search, cgit_query_path, 1); break; case CMD_TREE: -- cgit v1.2.3-59-g8ed1b