2
Makefile
2
Makefile
@ -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
|
||||
|
||||
#
|
||||
|
2
git
2
git
Submodule git updated: 5760a6b094...97a7a82f19
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)
|
||||
|
新增問題並參考
封鎖使用者