index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
builtin
/
grep.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
grep: fix a "path_list" memory leak
Ævar Arnfjörð Bjarmason
2021-10-23
1
-4
/
+5
*
grep: use object_array_clear() in cmd_grep()
Ævar Arnfjörð Bjarmason
2021-10-23
1
-0
/
+1
*
grep: prefer "struct grep_opt" over its "void *" equivalent
Ævar Arnfjörð Bjarmason
2021-10-23
1
-2
/
+2
*
repository: support unabsorbed in repo_submodule_init
Jonathan Tan
2021-09-09
1
-4
/
+1
*
grep: add repository to OID grep sources
Jonathan Tan
2021-09-08
1
-9
/
+6
*
grep: allocate subrepos on heap
Jonathan Tan
2021-09-08
1
-9
/
+30
*
grep: read submodule entry with explicit repo
Jonathan Tan
2021-09-08
1
-5
/
+5
*
grep: typesafe versions of grep_source_init
Jonathan Tan
2021-09-08
1
-2
/
+2
*
grep: use submodule-ODB-as-alternate lazy-addition
Jonathan Tan
2021-09-08
1
-1
/
+1
*
dir.[ch]: replace dir_init() with DIR_INIT
Ævar Arnfjörð Bjarmason
2021-07-01
1
-2
/
+1
*
Merge branch 'bc/hash-transition-interop-part-1'
Junio C Hamano
2021-05-10
1
-1
/
+1
|
\
|
*
hash: provide per-algorithm null OIDs
brian m. carlson
2021-04-27
1
-1
/
+1
*
|
Merge branch 'ds/sparse-index-protections'
Junio C Hamano
2021-04-30
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
grep: ensure full index
Derrick Stolee
2021-04-14
1
-0
/
+2
*
|
Merge branch 'ab/grep-pcre2-allocfix'
Junio C Hamano
2021-03-22
1
-1
/
+0
|
\
\
|
*
|
grep/pcre2: move back to thread-only PCREv2 structures
Ævar Arnfjörð Bjarmason
2021-02-18
1
-1
/
+0
*
|
|
use CALLOC_ARRAY
René Scharfe
2021-03-14
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'mt/grep-sparse-checkout'
Junio C Hamano
2021-02-26
1
-2
/
+5
|
\
\
|
*
|
grep: honor sparse-checkout on working tree searches
Matheus Tavares
2021-02-10
1
-2
/
+5
*
|
|
Merge branch 'mt/grep-cached-untracked'
Junio C Hamano
2021-02-18
1
-0
/
+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
grep: error out if --untracked is used with --cached
Matheus Tavares
2021-02-09
1
-0
/
+3
|
|
/
*
/
grep/log: remove hidden --debug and --grep-debug options
Ævar Arnfjörð Bjarmason
2021-01-26
1
-5
/
+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: handle deref_tag() returning NULL
René Scharfe
2020-10-12
1
-0
/
+11
*
quote_path: give flags parameter to quote_path()
Junio C Hamano
2020-09-10
1
-1
/
+1
*
quote_path: rename quote_path_relative() to quote_path()
Junio C Hamano
2020-09-10
1
-1
/
+1
*
dir: fix problematic API to avoid memory leaks
Elijah Newren
2020-08-19
1
-1
/
+2
*
Merge branch 'jk/strvec'
Junio C Hamano
2020-08-10
1
-1
/
+1
|
\
|
*
strvec: convert builtin/ callers away from argv_array name
Jeff King
2020-07-29
1
-1
/
+1
*
|
grep: avoid using oid_to_hex() with parse_object_or_die()
René Scharfe
2020-07-29
1
-1
/
+1
|
/
*
Merge branch 'dl/opt-callback-cleanup'
Junio C Hamano
2020-05-05
1
-13
/
+13
|
\
|
*
Use OPT_CALLBACK and OPT_CALLBACK_F
Denton Liu
2020-04-28
1
-13
/
+13
*
|
Merge branch 'en/fill-directory-exponential'
Junio C Hamano
2020-04-30
1
-2
/
+0
|
\
\
|
*
|
Fix error-prone fill_directory() API; make it only return matches
Elijah Newren
2020-04-01
1
-2
/
+0
*
|
|
grep: follow conventions for printing paths w/ unusual chars
Matheus Tavares
2020-04-20
1
-12
/
+34
|
|
/
|
/
|
*
|
Merge branch 'mt/threaded-grep-in-object-store'
Junio C Hamano
2020-02-14
1
-47
/
+46
|
\
\
|
|
/
|
/
|
|
*
grep: use no. of cores as the default no. of threads
Matheus Tavares
2020-01-17
1
-2
/
+1
|
*
grep: move driver pre-load out of critical section
Matheus Tavares
2020-01-17
1
-4
/
+4
|
*
grep: re-enable threads in non-worktree case
Matheus Tavares
2020-01-17
1
-1
/
+1
|
*
grep: protect packed_git [re-]initialization
Matheus Tavares
2020-01-17
1
-2
/
+6
|
*
grep: allow submodule functions to run in parallel
Matheus Tavares
2020-01-17
1
-16
/
+22
|
*
submodule-config: add skip_if_read option to repo_read_gitmodules()
Matheus Tavares
2020-01-17
1
-1
/
+1
|
*
grep: replace grep_read_mutex by internal obj read lock
Matheus Tavares
2020-01-17
1
-30
/
+16
|
*
grep: fix racy calls in grep_objects()
Matheus Tavares
2020-01-17
1
-0
/
+5
|
*
grep: fix race conditions at grep_submodule()
Matheus Tavares
2020-01-17
1
-4
/
+3
*
|
grep: ignore --recurse-submodules if --no-index is given
Philippe Blain
2020-01-30
1
-2
/
+5
|
/
*
Merge branch 'cb/pcre2-chartables-leakfix'
Junio C Hamano
2019-10-23
1
-0
/
+1
|
\
|
*
grep: make PCRE2 aware of custom allocator
Carlo Marcelo Arenas Belón
2019-10-18
1
-0
/
+1
*
|
grep: use return value of strbuf_detach()
René Scharfe
2019-08-26
1
-2
/
+2
[next]