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
*
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
|
\
|
|
*
grep.[ch]: extend grep_opt to allow showing matched column
Taylor Blau
2018-06-22
1
-0
/
+2
*
|
grep: keep all colors in an array
Nguyễn Thái Ngọc Duy
2018-05-29
1
-8
/
+13
|
/
*
Merge branch 'ab/pcre-v2'
Junio C Hamano
2017-11-15
1
-2
/
+3
|
\
|
*
grep: fix NO_LIBPCRE1_JIT to fully disable JIT
Charles Bailey
2017-11-13
1
-2
/
+3
*
|
grep: recurse in-process using 'struct repository'
Brandon Williams
2017-08-02
1
-1
/
+0
*
|
grep: remove regflags from the public grep_opt API
Ævar Arnfjörð Bjarmason
2017-06-30
1
-1
/
+0
*
|
Merge branch 'bw/object-id'
Junio C Hamano
2017-06-19
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
grep: convert to struct object_id
Brandon Williams
2017-06-02
1
-1
/
+1
*
|
grep: add support for PCRE v2
Ævar Arnfjörð Bjarmason
2017-06-02
1
-0
/
+17
*
|
grep: un-break building with PCRE >= 8.32 without --enable-jit
Ævar Arnfjörð Bjarmason
2017-06-02
1
-0
/
+2
*
|
grep: un-break building with PCRE < 8.20
Ævar Arnfjörð Bjarmason
2017-05-26
1
-0
/
+3
*
|
grep: un-break building with PCRE < 8.32
Ævar Arnfjörð Bjarmason
2017-05-26
1
-0
/
+5
*
|
grep: add support for the PCRE v1 JIT API
Ævar Arnfjörð Bjarmason
2017-05-26
1
-0
/
+6
*
|
grep: change internal *pcre* variable & function names to be *pcre1*
Ævar Arnfjörð Bjarmason
2017-05-26
1
-4
/
+4
*
|
grep: change the internal PCRE macro names to be PCRE1
Ævar Arnfjörð Bjarmason
2017-05-26
1
-1
/
+1
|
/
*
grep: add submodules as a grep source type
Brandon Williams
2016-12-22
1
-0
/
+1
*
Merge branch 'jc/grep-commandline-vs-configuration'
Junio C Hamano
2016-08-04
1
-1
/
+0
|
\
|
*
grep: further simplify setting the pattern type
Junio C Hamano
2016-07-25
1
-1
/
+0
*
|
grep/pcre: prepare locale-dependent tables for icase matching
Nguyễn Thái Ngọc Duy
2016-07-01
1
-0
/
+1
|
/
*
grep: add color.grep.matchcontext and color.grep.matchselected
René Scharfe
2014-10-28
1
-1
/
+2
*
grep: allow to use textconv filters
Jeff King
2013-05-10
1
-0
/
+1
*
fix clang -Wtautological-compare with unsigned enum
Antoine Pelisse
2013-02-25
1
-1
/
+2
*
Merge branch 'nd/grep-true-path'
Jeff King
2012-10-29
1
-1
/
+3
|
\
|
*
grep: stop looking at random places for .gitattributes
Nguyễn Thái Ngọc Duy
2012-10-12
1
-1
/
+3
*
|
grep: move pattern-type bits support to top-level grep.[ch]
Junio C Hamano
2012-10-10
1
-0
/
+2
*
|
grep: move the configuration parsing logic to grep.[ch]
Junio C Hamano
2012-10-10
1
-0
/
+4
*
|
log --grep-reflog: reject the option without -g
Junio C Hamano
2012-09-29
1
-0
/
+1
*
|
revision: add --grep-reflog to filter commits by reflog messages
Nguyễn Thái Ngọc Duy
2012-09-29
1
-0
/
+1
*
|
grep: prepare for new header field filter
Nguyễn Thái Ngọc Duy
2012-09-29
1
-2
/
+4
*
|
Merge branch 'jc/maint-log-grep-all-match'
Junio C Hamano
2012-09-18
1
-2
/
+2
|
\
|
[next]