summaryrefslogtreecommitdiff
path: root/builtin/grep.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-09repository: support unabsorbed in repo_submodule_initLibravatar Jonathan Tan1-4/+1
2021-09-08grep: add repository to OID grep sourcesLibravatar Jonathan Tan1-9/+6
2021-09-08grep: allocate subrepos on heapLibravatar Jonathan Tan1-9/+30
2021-09-08grep: read submodule entry with explicit repoLibravatar Jonathan Tan1-5/+5
2021-09-08grep: typesafe versions of grep_source_initLibravatar Jonathan Tan1-2/+2
2021-09-08grep: use submodule-ODB-as-alternate lazy-additionLibravatar Jonathan Tan1-1/+1
2021-07-01dir.[ch]: replace dir_init() with DIR_INITLibravatar Ævar Arnfjörð Bjarmason1-2/+1
2021-05-10Merge branch 'bc/hash-transition-interop-part-1'Libravatar Junio C Hamano1-1/+1
2021-04-30Merge branch 'ds/sparse-index-protections'Libravatar Junio C Hamano1-0/+2
2021-04-27hash: provide per-algorithm null OIDsLibravatar brian m. carlson1-1/+1
2021-04-14grep: ensure full indexLibravatar Derrick Stolee1-0/+2
2021-03-22Merge branch 'ab/grep-pcre2-allocfix'Libravatar Junio C Hamano1-1/+0
2021-03-13use CALLOC_ARRAYLibravatar René Scharfe1-1/+1
2021-02-25Merge branch 'mt/grep-sparse-checkout'Libravatar Junio C Hamano1-2/+5
2021-02-17Merge branch 'mt/grep-cached-untracked'Libravatar Junio C Hamano1-0/+3
2021-02-17grep/pcre2: move back to thread-only PCREv2 structuresLibravatar Ævar Arnfjörð Bjarmason1-1/+0
2021-02-09grep: honor sparse-checkout on working tree searchesLibravatar Matheus Tavares1-2/+5
2021-02-09grep: error out if --untracked is used with --cachedLibravatar Matheus Tavares1-0/+3
2021-01-26grep/log: remove hidden --debug and --grep-debug optionsLibravatar Ævar Arnfjörð Bjarmason1-5/+0
2020-11-21grep: use designated initializers for `grep_defaults`Libravatar Martin Ågren1-1/+0
2020-11-21grep: don't set up a "default" repo for grepLibravatar Martin Ågren1-1/+1
2020-10-12grep: handle deref_tag() returning NULLLibravatar René Scharfe1-0/+11
2020-09-10quote_path: give flags parameter to quote_path()Libravatar Junio C Hamano1-1/+1
2020-09-10quote_path: rename quote_path_relative() to quote_path()Libravatar Junio C Hamano1-1/+1
2020-08-18dir: fix problematic API to avoid memory leaksLibravatar Elijah Newren1-1/+2
2020-08-10Merge branch 'jk/strvec'Libravatar Junio C Hamano1-1/+1
2020-07-28grep: avoid using oid_to_hex() with parse_object_or_die()Libravatar René Scharfe1-1/+1
2020-07-28strvec: convert builtin/ callers away from argv_array nameLibravatar Jeff King1-1/+1
2020-05-05Merge branch 'dl/opt-callback-cleanup'Libravatar Junio C Hamano1-13/+13
2020-04-29Merge branch 'en/fill-directory-exponential'Libravatar Junio C Hamano1-2/+0
2020-04-28Use OPT_CALLBACK and OPT_CALLBACK_FLibravatar Denton Liu1-13/+13
2020-04-20grep: follow conventions for printing paths w/ unusual charsLibravatar Matheus Tavares1-12/+34
2020-04-01Fix error-prone fill_directory() API; make it only return matchesLibravatar Elijah Newren1-2/+0
2020-02-14Merge branch 'mt/threaded-grep-in-object-store'Libravatar Junio C Hamano1-47/+46
2020-01-30grep: ignore --recurse-submodules if --no-index is givenLibravatar Philippe Blain1-2/+5
2020-01-17grep: use no. of cores as the default no. of threadsLibravatar Matheus Tavares1-2/+1
2020-01-17grep: move driver pre-load out of critical sectionLibravatar Matheus Tavares1-4/+4
2020-01-17grep: re-enable threads in non-worktree caseLibravatar Matheus Tavares1-1/+1
2020-01-17grep: protect packed_git [re-]initializationLibravatar Matheus Tavares1-2/+6
2020-01-17grep: allow submodule functions to run in parallelLibravatar Matheus Tavares1-16/+22
2020-01-17submodule-config: add skip_if_read option to repo_read_gitmodules()Libravatar Matheus Tavares1-1/+1
2020-01-17grep: replace grep_read_mutex by internal obj read lockLibravatar Matheus Tavares1-30/+16
2020-01-17grep: fix racy calls in grep_objects()Libravatar Matheus Tavares1-0/+5
2020-01-17grep: fix race conditions at grep_submodule()Libravatar Matheus Tavares1-4/+3
2019-10-23Merge branch 'cb/pcre2-chartables-leakfix'Libravatar Junio C Hamano1-0/+1
2019-10-18grep: make PCRE2 aware of custom allocatorLibravatar Carlo Marcelo Arenas Belón1-0/+1
2019-08-26grep: use return value of strbuf_detach()Libravatar René Scharfe1-2/+2
2019-08-22Merge branch 'mt/grep-submodules-working-tree'Libravatar Junio C Hamano1-4/+6
2019-07-30grep: fix worktree case in submodulesLibravatar Matheus Tavares1-4/+6
2019-06-27sha1-file.c: remove the_repo from read_object_with_reference()Libravatar Nguyễn Thái Ngọc Duy1-2/+4