mirror of
https://git.zx2c4.com/cgit
synced 2025-07-10 10:14:34 +02:00
Use GIT-1.6.0.2
Signed-off-by: Lars Hjemli <hjemli@gmail.com>
This commit is contained in:
parent
b9aabf0b8f
commit
b7f33786ef
3 changed files with 4 additions and 6 deletions
6
ui-log.c
6
ui-log.c
|
@ -92,10 +92,8 @@ void cgit_print_log(const char *tip, int ofs, int cnt, char *grep, char *pattern
|
|||
rev.verbose_header = 1;
|
||||
rev.show_root_diff = 0;
|
||||
setup_revisions(argc, argv, &rev, NULL);
|
||||
if (rev.grep_filter) {
|
||||
rev.grep_filter->regflags |= REG_ICASE;
|
||||
compile_grep_patterns(rev.grep_filter);
|
||||
}
|
||||
rev.grep_filter.regflags |= REG_ICASE;
|
||||
compile_grep_patterns(&rev.grep_filter);
|
||||
prepare_revision_walk(&rev);
|
||||
|
||||
if (pager)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue