110 Commits (2a2112a42913ee7397f950f3b8f9b3f3ab84a631)

Author SHA1 Message Date
Ævar Arnfjörð Bjarmason cbe81e653f grep/pcre2: move back to thread-only PCREv2 structures 4 years ago
Ævar Arnfjörð Bjarmason b76bf27f6a grep/pcre2: use pcre2_maketables_free() function 4 years ago
Ævar Arnfjörð Bjarmason 797c359978 grep/pcre2: use compile-time PCREv2 version test 4 years ago
Ævar Arnfjörð Bjarmason 15c9649730 grep/log: remove hidden --debug and --grep-debug options 4 years ago
Ævar Arnfjörð Bjarmason 95ca1f987e grep/pcre2: better support invalid UTF-8 haystacks 4 years ago
Ævar Arnfjörð Bjarmason 7599730b7e Remove support for v1 of the PCRE library 4 years ago
Martin Ågren 96313423a7 grep: use designated initializers for `grep_defaults` 4 years ago
Martin Ågren 1d3878799f grep: don't set up a "default" repo for grep 4 years ago
Matheus Tavares 1d1729caeb grep: replace grep_read_mutex by internal obj read lock 5 years ago
Carlo Marcelo Arenas Belón 10da030ab7 grep: avoid leak of chartables in PCRE2 5 years ago
Carlo Marcelo Arenas Belón 513f2b0bbd grep: make PCRE2 aware of custom allocator 5 years ago
Carlo Marcelo Arenas Belón ad7c543e3b grep: skip UTF8 checks explicitly 5 years ago
Carlo Marcelo Arenas Belón ff61681b46 grep: refactor and simplify PCRE1 support 6 years ago
Carlo Marcelo Arenas Belón 8991da6a38 grep: make sure NO_LIBPCRE1_JIT disable JIT in PCRE1 6 years ago
Ævar Arnfjörð Bjarmason 09872f6418 grep: create a "is_fixed" member in "grep_pat" 6 years ago
Ævar Arnfjörð Bjarmason 685668faaa grep: stop using a custom JIT stack with PCRE v1 6 years ago
Ævar Arnfjörð Bjarmason 34489239d0 grep: stop "using" a custom JIT stack with PCRE v2 6 years ago
Ævar Arnfjörð Bjarmason 48de2a768c grep: remove the kwset optimization 6 years ago
Ævar Arnfjörð Bjarmason 44570188a0 grep: don't use PCRE2?_UTF8 with "log --encoding=<non-utf8>" 6 years ago
Denton Liu 554544276a *.[ch]: remove extern from function declarations using spatch 6 years ago
Nguyễn Thái Ngọc Duy 4002e87cb2 grep: remove #ifdef NO_PTHREADS 6 years ago
Nguyễn Thái Ngọc Duy acd00ea049 userdiff.c: remove implicit dependency on the_index 6 years ago
Nguyễn Thái Ngọc Duy 38bbc2ea39 grep.c: remove implicit dependency on the_index 6 years ago
Taylor Blau 9d8db06eb4 grep.c: teach 'git grep --only-matching' 7 years ago
Taylor Blau 017c0fcfdb grep.[ch]: extend grep_opt to allow showing matched column 7 years ago
Nguyễn Thái Ngọc Duy fa151dc54d grep: keep all colors in an array 7 years ago
Charles Bailey 2fff1e196d grep: fix NO_LIBPCRE1_JIT to fully disable JIT 7 years ago
Brandon Williams f9ee2fcdfa grep: recurse in-process using 'struct repository' 8 years ago
Ævar Arnfjörð Bjarmason 07a3d41173 grep: remove regflags from the public grep_opt API 8 years ago
Brandon Williams 1c41c82bc4 grep: convert to struct object_id 8 years ago
Ævar Arnfjörð Bjarmason 94da9193a6 grep: add support for PCRE v2 8 years ago
Ævar Arnfjörð Bjarmason fb95e2e38d grep: un-break building with PCRE >= 8.32 without --enable-jit 8 years ago
Ævar Arnfjörð Bjarmason c30cf827a8 grep: un-break building with PCRE < 8.20 8 years ago
Ævar Arnfjörð Bjarmason e87de7cab4 grep: un-break building with PCRE < 8.32 8 years ago
Ævar Arnfjörð Bjarmason fbaceaac47 grep: add support for the PCRE v1 JIT API 8 years ago
Ævar Arnfjörð Bjarmason 6d4b5747f0 grep: change internal *pcre* variable & function names to be *pcre1* 8 years ago
Ævar Arnfjörð Bjarmason 3485bea157 grep: change the internal PCRE macro names to be PCRE1 8 years ago
Brandon Williams 4538eef564 grep: add submodules as a grep source type 8 years ago
Junio C Hamano 8465541e8c grep: further simplify setting the pattern type 9 years ago
Nguyễn Thái Ngọc Duy 9d9babb84d grep/pcre: prepare locale-dependent tables for icase matching 9 years ago
René Scharfe 79a77109d3 grep: add color.grep.matchcontext and color.grep.matchselected 10 years ago
Jeff King 335ec3bf41 grep: allow to use textconv filters 12 years ago
Antoine Pelisse 3ce3ffb840 fix clang -Wtautological-compare with unsigned enum 12 years ago
Nguyễn Thái Ngọc Duy 55c61688ea grep: stop looking at random places for .gitattributes 12 years ago
Junio C Hamano c5c31d3381 grep: move pattern-type bits support to top-level grep.[ch] 13 years ago
Junio C Hamano 7687a0541e grep: move the configuration parsing logic to grep.[ch] 13 years ago
Junio C Hamano baa6378ff2 log --grep-reflog: reject the option without -g 13 years ago
Nguyễn Thái Ngọc Duy 72fd13f71c revision: add --grep-reflog to filter commits by reflog messages 13 years ago
Nguyễn Thái Ngọc Duy ad4813b3c2 grep: prepare for new header field filter 13 years ago
Junio C Hamano 07a7d656dd grep.c: mark private file-scope symbols as static 13 years ago