index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
grep.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-17
grep: replace grep_read_mutex by internal obj read lock
Matheus Tavares
1
-20
/
+19
2020-01-17
grep: fix race conditions on userdiff calls
Matheus Tavares
1
-1
/
+6
2019-11-30
grep: don't return an expression from pcre2_free()
Hans Jerry Illikainen
1
-1
/
+1
2019-10-23
Merge branch 'cb/pcre2-chartables-leakfix'
Junio C Hamano
1
-3
/
+44
2019-10-18
grep: avoid leak of chartables in PCRE2
Carlo Marcelo Arenas Belón
1
-3
/
+4
2019-10-18
grep: make PCRE2 aware of custom allocator
Carlo Marcelo Arenas Belón
1
-1
/
+33
2019-10-18
grep: make PCRE1 aware of custom allocator
Carlo Marcelo Arenas Belón
1
-0
/
+8
2019-10-11
Merge branch 'cb/pcre1-cleanup'
Junio C Hamano
1
-6
/
+10
2019-10-11
Merge branch 'ab/pcre-jit-fixes'
Junio C Hamano
1
-108
/
+70
2019-10-06
Merge branch 'cb/skip-utf8-check-with-pcre1'
Junio C Hamano
1
-1
/
+1
2019-09-09
grep: skip UTF8 checks explicitly
Carlo Marcelo Arenas Belón
1
-1
/
+1
2019-08-26
grep: refactor and simplify PCRE1 support
Carlo Marcelo Arenas Belón
1
-6
/
+10
2019-08-19
grep: under --debug, show whether PCRE JIT is enabled
Beat Bolli
1
-0
/
+7
2019-07-29
Merge branch 'bb/grep-pcre2-bug-message-fix'
Junio C Hamano
1
-1
/
+1
2019-07-26
grep: do not enter PCRE2_UTF mode on fixed matching
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2019-07-26
grep: stess test PCRE v2 on invalid UTF-8 data
Ævar Arnfjörð Bjarmason
1
-0
/
+10
2019-07-26
grep: create a "is_fixed" member in "grep_pat"
Ævar Arnfjörð Bjarmason
1
-4
/
+3
2019-07-26
grep: consistently use "p->fixed" in compile_regexp()
Ævar Arnfjörð Bjarmason
1
-1
/
+1
2019-07-26
grep: stop using a custom JIT stack with PCRE v1
Ævar Arnfjörð Bjarmason
1
-23
/
+5
2019-07-26
grep: stop "using" a custom JIT stack with PCRE v2
Ævar Arnfjörð Bjarmason
1
-10
/
+0
2019-07-26
grep: remove overly paranoid BUG(...) code
Ævar Arnfjörð Bjarmason
1
-8
/
+2
2019-07-23
grep: print the pcre2_jit_on value
Beat Bolli
1
-1
/
+1
2019-07-01
grep: use PCRE v2 for optimized fixed-string search
Ævar Arnfjörð Bjarmason
1
-2
/
+49
2019-07-01
grep: remove the kwset optimization
Ævar Arnfjörð Bjarmason
1
-60
/
+3
2019-07-01
grep: drop support for \0 in --fixed-strings <pattern>
Ævar Arnfjörð Bjarmason
1
-3
/
+3
2019-07-01
grep: make the behavior for NUL-byte in patterns sane
Ævar Arnfjörð Bjarmason
1
-16
/
+7
2019-07-01
grep: inline the return value of a function call used only once
Ævar Arnfjörð Bjarmason
1
-3
/
+1
2019-06-28
grep: don't use PCRE2?_UTF8 with "log --encoding=<non-utf8>"
Ævar Arnfjörð Bjarmason
1
-4
/
+4
2019-05-28
grep: fail if call could output and name is null
Emily Shaffer
1
-0
/
+4
2019-01-04
Merge branch 'nd/the-index'
Junio C Hamano
1
-1
/
+1
2018-11-12
notes-cache.c: remove the_repository references
Nguyễn Thái Ngọc Duy
1
-1
/
+1
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
-9
/
+12
2018-09-21
grep.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
1
-5
/
+8
2018-09-21
diff.c: remove the_index dependency in textconv() functions
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2018-08-02
Merge branch 'tb/grep-only-matching'
Junio C Hamano
1
-33
/
+58
2018-07-18
Merge branch 'tb/grep-column'
Junio C Hamano
1
-29
/
+103
2018-07-18
Merge branch 'sb/object-store-grafts'
Junio C Hamano
1
-0
/
+1
2018-07-09
grep.c: teach 'git grep --only-matching'
Taylor Blau
1
-16
/
+35
2018-07-03
grep.c: extract show_line_header()
Taylor Blau
1
-19
/
+25
2018-06-25
Merge branch 'nd/complete-config-vars'
Junio C Hamano
1
-57
/
+52
2018-06-22
grep.c: add configuration variables to show matched option
Taylor Blau
1
-0
/
+6
2018-06-22
grep.c: display column number of first match
Taylor Blau
1
-5
/
+28
2018-06-22
grep.[ch]: extend grep_opt to allow showing matched column
Taylor Blau
1
-10
/
+37
2018-06-22
grep.c: expose {,inverted} match column in match_line()
Taylor Blau
1
-19
/
+39
2018-05-30
Merge branch 'ma/regex-no-regfree-after-comp-fail'
Junio C Hamano
1
-2
/
+0
2018-05-29
help: add --config to list all available config
Nguyễn Thái Ngọc Duy
1
-0
/
+3
2018-05-29
grep: keep all colors in an array
Nguyễn Thái Ngọc Duy
1
-57
/
+49
2018-05-21
regex: do not call `regfree()` if compilation fails
Martin Ågren
1
-2
/
+0
2018-05-16
object-store: move object access functions to object-store.h
Stefan Beller
1
-0
/
+1
[next]