about summary refs log tree commit diff stats
path: root/cgit.h
diff options
context:
space:
mode:
authorLars Hjemli2006-12-28 02:45:28 +0100
committerLars Hjemli2006-12-28 02:45:28 +0100
commit732d68d240b95dc428c92fc94bce9adb8912094e (patch)
tree24c6ab907c2a8574da12e426144706ad63780868 /cgit.h
parentAdd generic support for search box in page header (diff)
downloadcgit-732d68d240b95dc428c92fc94bce9adb8912094e.tar.gz
cgit-732d68d240b95dc428c92fc94bce9adb8912094e.zip
Add basic log filtering
This enables case-insensitive grep on logentris using the new search box

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to 'cgit.h')
-rw-r--r--cgit.h2
1 files changed, 1 insertions, 1 deletions
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);
104 104
105extern void cgit_print_repolist(struct cacheitem *item); 105extern void cgit_print_repolist(struct cacheitem *item);
106extern void cgit_print_summary(); 106extern void cgit_print_summary();
107extern void cgit_print_log(const char *tip, int ofs, int cnt); 107extern void cgit_print_log(const char *tip, int ofs, int cnt, char *grep);
108extern void cgit_print_view(const char *hex); 108extern void cgit_print_view(const char *hex);
109extern void cgit_print_tree(const char *hex); 109extern void cgit_print_tree(const char *hex);
110extern void cgit_print_commit(const char *hex); 110extern void cgit_print_commit(const char *hex);