Unidiff1 files changed, 2 insertions, 4 deletions
|
diff --git a/ui-log.c b/ui-log.c index 746f40b..8dd8b89 100644 --- a/ ui-log.c+++ b/ ui-log.c |
|
@@ -93,8 +93,6 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern |
93 | rev.show_root_diff = 0; |
93 | rev.show_root_diff = 0; |
94 | setup_revisions(argc, argv, &rev, NULL); |
94 | setup_revisions(argc, argv, &rev, NULL); |
95 | if (rev.grep_filter) { |
95 | rev.grep_filter.regflags |= REG_ICASE; |
96 | rev.grep_filter->regflags |= REG_ICASE; |
96 | compile_grep_patterns(&rev.grep_filter); |
97 | compile_grep_patterns(rev.grep_filter); |
| |
98 | } |
| |
99 | prepare_revision_walk(&rev); |
97 | prepare_revision_walk(&rev); |
100 | |
98 | |
|