diff options
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 2 | ||||
| m--------- | git | 0 | ||||
| -rw-r--r-- | ui-log.c | 6 | 
3 files changed, 3 insertions, 5 deletions
| @@ -4,7 +4,7 @@ CGIT_SCRIPT_PATH = /var/www/htdocs/cgit  CGIT_CONFIG = /etc/cgitrc  CACHE_ROOT = /var/cache/cgit  SHA1_HEADER = <openssl/sha.h> -GIT_VER = 1.6.0.1 +GIT_VER = 1.6.0.2  GIT_URL = http://www.kernel.org/pub/software/scm/git/git-$(GIT_VER).tar.bz2  # diff --git a/git b/git -Subproject 5760a6b094736e6f59eb32c7abb4cdbb7fca162 +Subproject 97a7a82f199f165f85fe39a3c318b18c621e633 @@ -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) | 
