Age | Commit message (Expand) | Author | Files | Lines |
2021-02-17 | grep/pcre2: move back to thread-only PCREv2 structures | Ævar Arnfjörð Bjarmason | 1 | -1/+2 |
2021-02-17 | grep/pcre2: use pcre2_maketables_free() function | Ævar Arnfjörð Bjarmason | 1 | -0/+3 |
2021-02-17 | grep/pcre2: use compile-time PCREv2 version test | Ævar Arnfjörð Bjarmason | 1 | -0/+3 |
2021-02-10 | Merge branch 'ab/grep-pcre-invalid-utf8' | Junio C Hamano | 1 | -0/+4 |
2021-02-10 | Merge branch 'ab/retire-pcre1' | Junio C Hamano | 1 | -14/+0 |
2021-01-26 | grep/log: remove hidden --debug and --grep-debug options | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2021-01-24 | grep/pcre2: better support invalid UTF-8 haystacks | Ævar Arnfjörð Bjarmason | 1 | -0/+4 |
2021-01-23 | Remove support for v1 of the PCRE library | Ævar Arnfjörð Bjarmason | 1 | -14/+0 |
2020-11-21 | grep: use designated initializers for `grep_defaults` | Martin Ågren | 1 | -1/+0 |
2020-11-21 | grep: don't set up a "default" repo for grep | Martin Ågren | 1 | -1/+1 |
2020-01-17 | grep: replace grep_read_mutex by internal obj read lock | Matheus Tavares | 1 | -13/+0 |
2019-10-23 | Merge branch 'cb/pcre2-chartables-leakfix' | Junio C Hamano | 1 | -0/+2 |
2019-10-18 | grep: avoid leak of chartables in PCRE2 | Carlo Marcelo Arenas Belón | 1 | -0/+1 |
2019-10-18 | grep: make PCRE2 aware of custom allocator | Carlo Marcelo Arenas Belón | 1 | -0/+1 |
2019-10-11 | Merge branch 'cb/pcre1-cleanup' | Junio C Hamano | 1 | -11/+0 |
2019-10-11 | Merge branch 'ab/pcre-jit-fixes' | Junio C Hamano | 1 | -11/+2 |
2019-09-09 | grep: skip UTF8 checks explicitly | Carlo Marcelo Arenas Belón | 1 | -0/+3 |
2019-08-26 | grep: refactor and simplify PCRE1 support | Carlo Marcelo Arenas Belón | 1 | -9/+0 |
2019-08-26 | grep: make sure NO_LIBPCRE1_JIT disable JIT in PCRE1 | Carlo Marcelo Arenas Belón | 1 | -3/+1 |
2019-07-26 | grep: create a "is_fixed" member in "grep_pat" | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2019-07-26 | grep: stop using a custom JIT stack with PCRE v1 | Ævar Arnfjörð Bjarmason | 1 | -5/+0 |
2019-07-26 | grep: stop "using" a custom JIT stack with PCRE v2 | Ævar Arnfjörð Bjarmason | 1 | -4/+0 |
2019-07-01 | grep: remove the kwset optimization | Ævar Arnfjörð Bjarmason | 1 | -2/+0 |
2019-06-28 | grep: don't use PCRE2?_UTF8 with "log --encoding=<non-utf8>" | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
2019-05-05 | *.[ch]: remove extern from function declarations using spatch | Denton Liu | 1 | -11/+11 |
2018-11-05 | grep: remove #ifdef NO_PTHREADS | Nguyễn Thái Ngọc Duy | 1 | -6/+0 |
2018-09-21 | userdiff.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
2018-09-21 | grep.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -2/+5 |
2018-08-02 | Merge branch 'tb/grep-only-matching' | Junio C Hamano | 1 | -0/+1 |
2018-07-18 | Merge branch 'tb/grep-column' | Junio C Hamano | 1 | -0/+2 |
2018-07-09 | grep.c: teach 'git grep --only-matching' | Taylor Blau | 1 | -0/+1 |
2018-06-22 | grep.[ch]: extend grep_opt to allow showing matched column | Taylor Blau | 1 | -0/+2 |
2018-05-29 | grep: keep all colors in an array | Nguyễn Thái Ngọc Duy | 1 | -8/+13 |
2017-11-15 | Merge branch 'ab/pcre-v2' | Junio C Hamano | 1 | -2/+3 |
2017-11-13 | grep: fix NO_LIBPCRE1_JIT to fully disable JIT | Charles Bailey | 1 | -2/+3 |
2017-08-02 | grep: recurse in-process using 'struct repository' | Brandon Williams | 1 | -1/+0 |
2017-06-30 | grep: remove regflags from the public grep_opt API | Ævar Arnfjörð Bjarmason | 1 | -1/+0 |
2017-06-19 | Merge branch 'bw/object-id' | Junio C Hamano | 1 | -1/+1 |
2017-06-02 | grep: convert to struct object_id | Brandon Williams | 1 | -1/+1 |
2017-06-02 | grep: add support for PCRE v2 | Ævar Arnfjörð Bjarmason | 1 | -0/+17 |
2017-06-02 | grep: un-break building with PCRE >= 8.32 without --enable-jit | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
2017-05-26 | grep: un-break building with PCRE < 8.20 | Ævar Arnfjörð Bjarmason | 1 | -0/+3 |
2017-05-26 | grep: un-break building with PCRE < 8.32 | Ævar Arnfjörð Bjarmason | 1 | -0/+5 |
2017-05-26 | grep: add support for the PCRE v1 JIT API | Ævar Arnfjörð Bjarmason | 1 | -0/+6 |
2017-05-26 | grep: change internal *pcre* variable & function names to be *pcre1* | Ævar Arnfjörð Bjarmason | 1 | -4/+4 |
2017-05-26 | grep: change the internal PCRE macro names to be PCRE1 | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2016-12-22 | grep: add submodules as a grep source type | Brandon Williams | 1 | -0/+1 |
2016-08-04 | Merge branch 'jc/grep-commandline-vs-configuration' | Junio C Hamano | 1 | -1/+0 |
2016-07-25 | grep: further simplify setting the pattern type | Junio C Hamano | 1 | -1/+0 |
2016-07-01 | grep/pcre: prepare locale-dependent tables for icase matching | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |