index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
grep.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
grep: work around UTF-8 related JIT bug in PCRE2 <= 10.34
Mathias Krause
2023-03-23
1
-0
/
+3
*
Merge branch 'ab/grep-simplify-extended-expression'
Junio C Hamano
2022-10-21
1
-1
/
+0
|
\
|
*
grep.c: remove "extended" in favor of "pattern_expression", fix segfault
Ævar Arnfjörð Bjarmason
2022-10-11
1
-1
/
+0
*
|
grep: add --max-count command line option
Carlos López
2022-06-22
1
-0
/
+2
|
/
*
grep: simplify config parsing and option parsing
Ævar Arnfjörð Bjarmason
2022-02-16
1
-3
/
+0
*
grep.h: make "grep_opt.pattern_type_option" use its enum
Ævar Arnfjörð Bjarmason
2022-02-16
1
-1
/
+1
*
grep API: call grep_config() after grep_init()
Ævar Arnfjörð Bjarmason
2022-02-16
1
-0
/
+21
*
built-ins: trust the "prefix" from run_builtin()
Ævar Arnfjörð Bjarmason
2022-02-16
1
-3
/
+1
*
grep.h: remove unused "regex_t regexp" from grep_opt
Ævar Arnfjörð Bjarmason
2022-02-16
1
-1
/
+0
*
log: let --invert-grep only invert --grep
René Scharfe
2021-12-17
1
-0
/
+2
*
Merge branch 'hm/paint-hits-in-log-grep'
Junio C Hamano
2021-11-01
1
-0
/
+9
|
\
|
*
grep: refactor next_match() and match_one_pattern() for external use
Hamza Mahfooz
2021-09-29
1
-0
/
+9
*
|
Merge branch 'mt/grep-submodule-textconv'
Junio C Hamano
2021-10-14
1
-3
/
+3
|
\
\
|
*
|
grep: demonstrate bug with textconv attributes and submodules
Matheus Tavares
2021-09-29
1
-3
/
+3
*
|
|
Merge branch 'ab/retire-decl-of-missing-unused-funcs'
Junio C Hamano
2021-10-06
1
-1
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
grep.h: remove unused grep_threads_ok() declaration
Ævar Arnfjörð Bjarmason
2021-10-01
1
-1
/
+0
*
|
|
grep: store grep_source buffer as const
Jeff King
2021-09-22
1
-2
/
+2
|
|
/
|
/
|
*
|
grep: add repository to OID grep sources
Jonathan Tan
2021-09-08
1
-1
/
+16
*
|
grep: typesafe versions of grep_source_init
Jonathan Tan
2021-09-08
1
-3
/
+4
|
/
*
grep/pcre2: move back to thread-only PCREv2 structures
Ævar Arnfjörð Bjarmason
2021-02-18
1
-1
/
+2
*
grep/pcre2: use pcre2_maketables_free() function
Ævar Arnfjörð Bjarmason
2021-02-18
1
-0
/
+3
*
grep/pcre2: use compile-time PCREv2 version test
Ævar Arnfjörð Bjarmason
2021-02-18
1
-0
/
+3
*
Merge branch 'ab/grep-pcre-invalid-utf8'
Junio C Hamano
2021-02-10
1
-0
/
+4
|
\
|
*
grep/pcre2: better support invalid UTF-8 haystacks
Ævar Arnfjörð Bjarmason
2021-01-25
1
-0
/
+4
*
|
Merge branch 'ab/retire-pcre1'
Junio C Hamano
2021-02-10
1
-14
/
+0
|
\
\
|
*
|
Remove support for v1 of the PCRE library
Ævar Arnfjörð Bjarmason
2021-01-24
1
-14
/
+0
|
|
/
*
/
grep/log: remove hidden --debug and --grep-debug options
Ævar Arnfjörð Bjarmason
2021-01-26
1
-1
/
+0
|
/
*
grep: use designated initializers for `grep_defaults`
Martin Ågren
2020-11-21
1
-1
/
+0
*
grep: don't set up a "default" repo for grep
Martin Ågren
2020-11-21
1
-1
/
+1
*
grep: replace grep_read_mutex by internal obj read lock
Matheus Tavares
2020-01-17
1
-13
/
+0
*
Merge branch 'cb/pcre2-chartables-leakfix'
Junio C Hamano
2019-10-23
1
-0
/
+2
|
\
|
*
grep: avoid leak of chartables in PCRE2
Carlo Marcelo Arenas Belón
2019-10-18
1
-0
/
+1
|
*
grep: make PCRE2 aware of custom allocator
Carlo Marcelo Arenas Belón
2019-10-18
1
-0
/
+1
*
|
Merge branch 'cb/pcre1-cleanup'
Junio C Hamano
2019-10-11
1
-11
/
+0
|
\
\
|
*
|
grep: refactor and simplify PCRE1 support
Carlo Marcelo Arenas Belón
2019-08-26
1
-9
/
+0
|
*
|
grep: make sure NO_LIBPCRE1_JIT disable JIT in PCRE1
Carlo Marcelo Arenas Belón
2019-08-26
1
-3
/
+1
*
|
|
Merge branch 'ab/pcre-jit-fixes'
Junio C Hamano
2019-10-11
1
-11
/
+2
|
\
|
|
|
*
|
grep: create a "is_fixed" member in "grep_pat"
Ævar Arnfjörð Bjarmason
2019-07-26
1
-0
/
+1
|
*
|
grep: stop using a custom JIT stack with PCRE v1
Ævar Arnfjörð Bjarmason
2019-07-26
1
-5
/
+0
|
*
|
grep: stop "using" a custom JIT stack with PCRE v2
Ævar Arnfjörð Bjarmason
2019-07-26
1
-4
/
+0
|
*
|
grep: remove the kwset optimization
Ævar Arnfjörð Bjarmason
2019-07-01
1
-2
/
+0
|
*
|
grep: don't use PCRE2?_UTF8 with "log --encoding=<non-utf8>"
Ævar Arnfjörð Bjarmason
2019-06-28
1
-0
/
+1
|
|
/
*
/
grep: skip UTF8 checks explicitly
Carlo Marcelo Arenas Belón
2019-09-09
1
-0
/
+3
|
/
*
*.[ch]: remove extern from function declarations using spatch
Denton Liu
2019-05-05
1
-11
/
+11
*
grep: remove #ifdef NO_PTHREADS
Nguyễn Thái Ngọc Duy
2018-11-05
1
-6
/
+0
*
userdiff.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-1
/
+2
*
grep.c: remove implicit dependency on the_index
Nguyễn Thái Ngọc Duy
2018-09-21
1
-2
/
+5
*
Merge branch 'tb/grep-only-matching'
Junio C Hamano
2018-08-03
1
-0
/
+1
|
\
|
*
grep.c: teach 'git grep --only-matching'
Taylor Blau
2018-07-09
1
-0
/
+1
*
|
Merge branch 'tb/grep-column'
Junio C Hamano
2018-07-18
1
-0
/
+2
|
\
|
[next]