index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
grep.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-01
odb: rename `repo_read_object_file()`
Patrick Steinhardt
1
-2
/
+2
2025-07-01
object-store: rename files to "odb.{c,h}"
Patrick Steinhardt
1
-1
/
+1
2025-04-15
object-store: merge "object-store-ll.h" and "object-store.h"
Patrick Steinhardt
1
-1
/
+1
2025-03-10
hash: stop depending on `the_repository` in `null_oid()`
Patrick Steinhardt
1
-1
/
+1
2024-12-06
global: mark code units that generate warnings with `-Wsign-compare`
Patrick Steinhardt
1
-0
/
+2
2024-11-13
Merge branch 'ps/leakfixes-part-9'
Junio C Hamano
1
-0
/
+1
2024-11-04
grep: fix leak in `grep_splice_or()`
Patrick Steinhardt
1
-0
/
+1
2024-10-22
grep: disable lookahead on error
René Scharfe
1
-10
/
+20
2024-09-27
grep: fix leaking grep pattern
Patrick Steinhardt
1
-1
/
+1
2024-08-29
grep: prefer UNUSED to MAYBE_UNUSED for pcre allocators
Jeff King
1
-2
/
+2
2024-07-30
grep: -W: skip trailing empty lines at EOF, too
René Scharfe
1
-1
/
+2
2024-03-25
grep: improve errors for unmatched ( and )
Ahelenia Ziemiańska
1
-2
/
+2
2023-12-26
treewide: remove unnecessary includes in source files
Elijah Newren
1
-1
/
+0
2023-08-29
grep: mark unused parmaeters in pcre fallbacks
Jeff King
1
-4
/
+6
2023-08-29
grep: mark unused parameter in output function
Jeff King
1
-1
/
+1
2023-07-17
Merge branch 'cw/compat-util-header-cleanup'
Junio C Hamano
1
-1
/
+0
2023-07-06
Merge branch 'gc/config-context'
Junio C Hamano
1
-3
/
+4
2023-07-05
treewide: remove unnecessary includes for wrapper.h
Calvin Wan
1
-1
/
+0
2023-06-28
config: add ctx arg to config_fn_t
Glen Choo
1
-3
/
+4
2023-06-21
object-store-ll.h: split this header out of object-store.h
Elijah Newren
1
-1
/
+1
2023-05-09
Merge branch 'en/header-split-cache-h-part-2'
Junio C Hamano
1
-0
/
+1
2023-04-25
Merge branch 'en/header-split-cache-h'
Junio C Hamano
1
-0
/
+1
2023-04-24
commit.h: reduce unnecessary includes
Elijah Newren
1
-0
/
+1
2023-04-11
treewide: remove double forward declaration of read_in_full
Elijah Newren
1
-0
/
+1
2023-04-06
Merge branch 'en/header-split-cleanup'
Junio C Hamano
1
-1
/
+2
2023-03-30
Merge branch 'mk/workaround-pcre-jit-ucp-bug'
Junio C Hamano
1
-0
/
+9
2023-03-23
grep: work around UTF-8 related JIT bug in PCRE2 <= 10.34
Mathias Krause
1
-0
/
+9
2023-03-21
treewide: remove unnecessary cache.h inclusion from several sources
Elijah Newren
1
-1
/
+1
2023-03-21
treewide: be explicit about dependence on gettext.h
Elijah Newren
1
-0
/
+1
2023-02-23
cache.h: remove dependence on hex.h; make other files include it explicitly
Elijah Newren
1
-0
/
+1
2023-02-22
Merge branch 'ab/various-leak-fixes'
Junio C Hamano
1
-5
/
+10
2023-02-15
Merge branch 'cb/grep-fallback-failing-jit'
Junio C Hamano
1
-2
/
+48
2023-02-06
grep API: plug memory leaks by freeing "header_list"
Ævar Arnfjörð Bjarmason
1
-0
/
+1
2023-02-06
grep.c: refactor free_grep_patterns()
Ævar Arnfjörð Bjarmason
1
-5
/
+9
2023-01-31
grep: fall back to interpreter if JIT memory allocation fails
Mathias Krause
1
-2
/
+48
2023-01-18
grep: correctly identify utf-8 characters with \{b,w} in -P
Carlo Marcelo Arenas Belón
1
-1
/
+1
2022-10-21
Merge branch 'ab/grep-simplify-extended-expression'
Junio C Hamano
1
-8
/
+7
2022-10-11
grep.c: remove "extended" in favor of "pattern_expression", fix segfault
Ævar Arnfjörð Bjarmason
1
-8
/
+7
2022-06-22
grep: add --max-count command line option
Carlos López
1
-1
/
+1
2022-02-25
Merge branch 'rs/pcre-invalid-utf8-fix-fix'
Junio C Hamano
1
-1
/
+1
2022-02-25
Merge branch 'ab/grep-patterntype'
Junio C Hamano
1
-99
/
+14
2022-02-17
grep: fix triggering PCRE2_NO_START_OPTIMIZE workaround
René Scharfe
1
-1
/
+1
2022-02-15
grep: simplify config parsing and option parsing
Ævar Arnfjörð Bjarmason
1
-60
/
+9
2022-02-15
grep.c: do "if (bool && memchr())" not "if (memchr() && bool)"
Ævar Arnfjörð Bjarmason
1
-1
/
+2
2022-02-15
grep API: call grep_config() after grep_init()
Ævar Arnfjörð Bjarmason
1
-36
/
+3
2022-02-15
built-ins: trust the "prefix" from run_builtin()
Ævar Arnfjörð Bjarmason
1
-3
/
+1
2022-02-05
Merge branch 'rs/grep-expr-cleanup'
Junio C Hamano
1
-34
/
+36
2022-01-10
Merge branch 'lh/use-gnu-color-in-grep'
Junio C Hamano
1
-3
/
+3
2022-01-06
grep: use grep_and_expr() in compile_pattern_and()
Taylor Blau
1
-6
/
+7
2022-01-06
grep: extract grep_binexp() from grep_or_expr()
Taylor Blau
1
-2
/
+9
[next]