From 732d68d240b95dc428c92fc94bce9adb8912094e Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Thu, 28 Dec 2006 01:45:28 +0000 Subject: Add basic log filtering This enables case-insensitive grep on logentris using the new search box Signed-off-by: Lars Hjemli --- (limited to 'cgit.h') diff --git a/cgit.h b/cgit.h index e114a50..249650e 100644 --- a/cgit.h +++ b/cgit.h @@ -104,7 +104,7 @@ extern void cgit_print_pageheader(char *title, int show_search); extern void cgit_print_repolist(struct cacheitem *item); extern void cgit_print_summary(); -extern void cgit_print_log(const char *tip, int ofs, int cnt); +extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep); extern void cgit_print_view(const char *hex); extern void cgit_print_tree(const char *hex); extern void cgit_print_commit(const char *hex); -- cgit v0.9.0.2