225 Commits (e37eae0c1e13cb418947383f7c803d9463bfa3d7)

Author SHA1 Message Date
Steve Kemp 84544f2ea3 comment: fix spelling mistakes inside comments 4 years ago
Matheus Tavares 1d1729caeb grep: replace grep_read_mutex by internal obj read lock 5 years ago
Matheus Tavares c3a5bb31c1 grep: fix race conditions on userdiff calls 5 years ago
Hans Jerry Illikainen 867fc7f310 grep: don't return an expression from pcre2_free() 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 57d4660468 grep: make PCRE1 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 5 years ago
Beat Bolli c581e4a749 grep: under --debug, show whether PCRE JIT is enabled 5 years ago
Ævar Arnfjörð Bjarmason 870eea8166 grep: do not enter PCRE2_UTF mode on fixed matching 6 years ago
Ævar Arnfjörð Bjarmason 8a5999838e grep: stess test PCRE v2 on invalid UTF-8 data 6 years ago
Ævar Arnfjörð Bjarmason 09872f6418 grep: create a "is_fixed" member in "grep_pat" 6 years ago
Ævar Arnfjörð Bjarmason 8a35b540a9 grep: consistently use "p->fixed" in compile_regexp() 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 04bef50c01 grep: remove overly paranoid BUG(...) code 6 years ago
Beat Bolli f002532784 grep: print the pcre2_jit_on value 6 years ago
Ævar Arnfjörð Bjarmason b65abcafc7 grep: use PCRE v2 for optimized fixed-string search 6 years ago
Ævar Arnfjörð Bjarmason 48de2a768c grep: remove the kwset optimization 6 years ago
Ævar Arnfjörð Bjarmason 45d1f37ccc grep: drop support for \0 in --fixed-strings <pattern> 6 years ago
Ævar Arnfjörð Bjarmason 25754125ce grep: make the behavior for NUL-byte in patterns sane 6 years ago
Ævar Arnfjörð Bjarmason f463beb805 grep: inline the return value of a function call used only once 6 years ago
Ævar Arnfjörð Bjarmason 44570188a0 grep: don't use PCRE2?_UTF8 with "log --encoding=<non-utf8>" 6 years ago
Emily Shaffer de99eb0c24 grep: fail if call could output and name is null 6 years ago
Nguyễn Thái Ngọc Duy bd7ad45b64 notes-cache.c: remove the_repository references 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
Nguyễn Thái Ngọc Duy 6afaf80785 diff.c: remove the_index dependency in textconv() functions 6 years ago
Taylor Blau 9d8db06eb4 grep.c: teach 'git grep --only-matching' 7 years ago
Taylor Blau c707ded332 grep.c: extract show_line_header() 7 years ago
Taylor Blau 6653fec3bb grep.c: add configuration variables to show matched option 7 years ago
Taylor Blau 89252cd069 grep.c: display column number of first match 7 years ago
Taylor Blau 017c0fcfdb grep.[ch]: extend grep_opt to allow showing matched column 7 years ago
Taylor Blau 68d686e6af grep.c: expose {,inverted} match column in match_line() 7 years ago
Nguyễn Thái Ngọc Duy 3ac68a93fd help: add --config to list all available config 7 years ago
Nguyễn Thái Ngọc Duy fa151dc54d grep: keep all colors in an array 7 years ago
Martin Ågren 17154b1576 regex: do not call `regfree()` if compilation fails 7 years ago
Stefan Beller cbd53a2193 object-store: move object access functions to object-store.h 7 years ago
Johannes Schindelin 033abf97fc Replace all die("BUG: ...") calls by BUG() ones 7 years ago
brian m. carlson b4f5aca40e sha1_file: convert read_sha1_file to struct object_id 7 years ago
Stefan Beller 75e5e9c3f7 color.h: document and modernize header 7 years ago
Ævar Arnfjörð Bjarmason a25b908504 grep: fix segfault under -P + PCRE2 <=10.30 + (*NO_JIT) 7 years ago
René Scharfe a5dc20b070 grep: show non-empty lines before functions with -W 7 years ago
René Scharfe 6653a01bf2 grep: update boundary variable for pre-context 7 years ago
Charles Bailey 2fff1e196d grep: fix NO_LIBPCRE1_JIT to fully disable JIT 7 years ago
Anthony Sottile e1f68c66d5 git-grep: correct exit code with --quiet and -L 7 years ago
Brandon Williams f9ee2fcdfa grep: recurse in-process using 'struct repository' 8 years ago
Ævar Arnfjörð Bjarmason 1ceababc4c grep: remove redundant REG_NEWLINE when compiling fixed regex 8 years ago