index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
grep.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
grep/pcre2: use PCRE2_UTF even with ASCII patterns
René Scharfe
2021-12-20
1
-1
/
+1
|
|
/
/
*
/
/
log: let --invert-grep only invert --grep
René Scharfe
2021-12-17
1
-3
/
+19
|
/
/
*
|
Revert "grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data"
Junio C Hamano
2021-11-19
1
-4
/
+2
*
|
grep/pcre2: fix an edge case concerning ascii patterns and UTF-8 data
Hamza Mahfooz
2021-10-15
1
-2
/
+4
*
|
grep: refactor next_match() and match_one_pattern() for external use
Hamza Mahfooz
2021-09-29
1
-30
/
+49
*
|
grep: store grep_source buffer as const
Jeff King
2021-09-22
1
-3
/
+6
*
|
grep: mark "haystack" buffers as const
Jeff King
2021-09-22
1
-26
/
+35
*
|
grep: stop modifying buffer in grep_source_1()
Jeff King
2021-09-22
1
-4
/
+1
*
|
grep: stop modifying buffer in show_line()
Jeff King
2021-09-22
1
-3
/
+0
*
|
grep: stop modifying buffer in strip_timestamp
Jeff King
2021-09-22
1
-10
/
+3
*
|
grep: add repository to OID grep sources
Jonathan Tan
2021-09-08
1
-2
/
+5
*
|
grep: typesafe versions of grep_source_init
Jonathan Tan
2021-09-08
1
-18
/
+28
*
|
Merge branch 'rs/grep-parser-fix'
Junio C Hamano
2021-07-14
1
-0
/
+2
|
\
\
|
*
|
grep: report missing left operand of --and
René Scharfe
2021-06-30
1
-0
/
+2
*
|
|
hash: provide per-algorithm null OIDs
brian m. carlson
2021-04-27
1
-1
/
+1
*
|
|
Merge branch 'ab/grep-pcre2-allocfix'
Junio C Hamano
2021-03-22
1
-56
/
+43
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
grep/pcre2: move definitions of pcre2_{malloc,free}
Ævar Arnfjörð Bjarmason
2021-02-18
1
-24
/
+22
|
*
|
grep/pcre2: move back to thread-only PCREv2 structures
Ævar Arnfjörð Bjarmason
2021-02-18
1
-26
/
+15
|
*
|
grep/pcre2: actually make pcre2 use custom allocator
Ævar Arnfjörð Bjarmason
2021-02-18
1
-2
/
+2
|
*
|
grep/pcre2: use pcre2_maketables_free() function
Ævar Arnfjörð Bjarmason
2021-02-18
1
-0
/
+4
|
*
|
grep/pcre2: use compile-time PCREv2 version test
Ævar Arnfjörð Bjarmason
2021-02-18
1
-14
/
+4
|
*
|
grep/pcre2: add GREP_PCRE2_DEBUG_MALLOC debug mode
Ævar Arnfjörð Bjarmason
2021-02-18
1
-0
/
+10
|
*
|
grep/pcre2: prepare to add debugging to pcre2_malloc()
Ævar Arnfjörð Bjarmason
2021-02-18
1
-1
/
+2
|
*
|
grep/pcre2: correct reference to grep_init() in comment
Ævar Arnfjörð Bjarmason
2021-02-18
1
-1
/
+1
|
*
|
grep/pcre2: drop needless assignment to NULL
Ævar Arnfjörð Bjarmason
2021-02-18
1
-2
/
+0
|
*
|
grep/pcre2: drop needless assignment + assert() on opt->pcre2
Ævar Arnfjörð Bjarmason
2021-02-18
1
-3
/
+0
*
|
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-4
/
+4
|
/
/
*
|
Merge branch 'ab/grep-pcre-invalid-utf8'
Junio C Hamano
2021-02-10
1
-1
/
+17
|
\
\
|
*
|
grep/pcre2: better support invalid UTF-8 haystacks
Ævar Arnfjörð Bjarmason
2021-01-25
1
-1
/
+17
*
|
|
Merge branch 'ab/retire-pcre1'
Junio C Hamano
2021-02-10
1
-115
/
+2
|
\
\
\
|
*
|
|
Remove support for v1 of the PCRE library
Ævar Arnfjörð Bjarmason
2021-01-24
1
-117
/
+2
|
|
/
/
*
/
/
grep/log: remove hidden --debug and --grep-debug options
Ævar Arnfjörð Bjarmason
2021-01-26
1
-99
/
+2
|
/
/
*
|
grep: copy struct in one fell swoop
Martin Ågren
2020-11-30
1
-23
/
+10
*
|
grep: use designated initializers for `grep_defaults`
Martin Ågren
2020-11-21
1
-39
/
+25
*
|
grep: don't set up a "default" repo for grep
Martin Ågren
2020-11-21
1
-2
/
+1
*
|
comment: fix spelling mistakes inside comments
Steve Kemp
2020-07-29
1
-1
/
+1
*
|
grep: replace grep_read_mutex by internal obj read lock
Matheus Tavares
2020-01-17
1
-20
/
+19
*
|
grep: fix race conditions on userdiff calls
Matheus Tavares
2020-01-17
1
-1
/
+6
*
|
grep: don't return an expression from pcre2_free()
Hans Jerry Illikainen
2019-11-30
1
-1
/
+1
*
|
Merge branch 'cb/pcre2-chartables-leakfix'
Junio C Hamano
2019-10-23
1
-3
/
+44
|
\
\
|
*
|
grep: avoid leak of chartables in PCRE2
Carlo Marcelo Arenas Belón
2019-10-18
1
-3
/
+4
|
*
|
grep: make PCRE2 aware of custom allocator
Carlo Marcelo Arenas Belón
2019-10-18
1
-1
/
+33
|
*
|
grep: make PCRE1 aware of custom allocator
Carlo Marcelo Arenas Belón
2019-10-18
1
-0
/
+8
*
|
|
Merge branch 'cb/pcre1-cleanup'
Junio C Hamano
2019-10-11
1
-6
/
+10
|
\
\
\
|
*
|
|
grep: refactor and simplify PCRE1 support
Carlo Marcelo Arenas Belón
2019-08-26
1
-6
/
+10
*
|
|
|
Merge branch 'ab/pcre-jit-fixes'
Junio C Hamano
2019-10-11
1
-108
/
+70
|
\
|
|
|
|
*
|
|
grep: under --debug, show whether PCRE JIT is enabled
Beat Bolli
2019-08-20
1
-0
/
+7
|
*
|
|
grep: do not enter PCRE2_UTF mode on fixed matching
Ævar Arnfjörð Bjarmason
2019-07-26
1
-1
/
+2
|
*
|
|
grep: stess test PCRE v2 on invalid UTF-8 data
Ævar Arnfjörð Bjarmason
2019-07-26
1
-0
/
+10
|
*
|
|
grep: create a "is_fixed" member in "grep_pat"
Ævar Arnfjörð Bjarmason
2019-07-26
1
-4
/
+3
[prev]
[next]