summaryrefslogtreecommitdiff
path: root/builtin/grep.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-02-06Merge branch 'nd/the-index-final'Libravatar Junio C Hamano1-19/+27
2019-01-29Merge branch 'bc/tree-walk-oid'Libravatar Junio C Hamano1-4/+4
2019-01-29Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Libravatar Junio C Hamano1-7/+10
2019-01-24cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2019-01-15tree-walk: store object_id in a separate memberLibravatar brian m. carlson1-4/+4
2019-01-14Merge branch 'nd/attr-pathspec-in-tree-walk'Libravatar Junio C Hamano1-1/+2
2019-01-14sha1-name.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2019-01-14grep: use grep_opt->repo instead of explict repo argumentLibravatar Nguyễn Thái Ngọc Duy1-17/+24
2019-01-04Merge branch 'jk/loose-object-cache'Libravatar Junio C Hamano1-1/+1
2018-12-05repository: repo_submodule_init to take a submodule structLibravatar Stefan Beller1-7/+10
2018-11-19tree-walk.c: make tree_entry_interesting() take an indexLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-11-18Merge branch 'jk/unused-parameter-fixes'Libravatar Junio C Hamano1-1/+13
2018-11-18Merge branch 'nd/pthreads'Libravatar Junio C Hamano1-49/+30
2018-11-13Merge branch 'ao/submodule-wo-gitmodules-checked-out'Libravatar Junio C Hamano1-3/+14
2018-11-13sha1-file: use an object_directory for the main object dirLibravatar Jeff King1-1/+1
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksLibravatar Jeff King1-1/+13
2018-11-05grep: clean up num_threads handlingLibravatar Nguyễn Thái Ngọc Duy1-31/+27
2018-11-05grep: remove #ifdef NO_PTHREADSLibravatar Nguyễn Thái Ngọc Duy1-37/+22
2018-10-31submodule: support reading .gitmodules when it's not in the working treeLibravatar Antonio Ospite1-3/+14
2018-10-19Merge branch 'rs/grep-no-recursive'Libravatar Junio C Hamano1-0/+2
2018-10-03grep: add -r/--[no-]recursiveLibravatar René Scharfe1-0/+2
2018-09-21userdiff.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-09-21grep.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-08-20Merge branch 'nd/no-the-index'Libravatar Junio C Hamano1-3/+3
2018-08-15Merge branch 'nd/i18n'Libravatar Junio C Hamano1-6/+6
2018-08-13grep: use the right index instead of the_indexLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-08-13dir.c: remove an implicit dependency on the_index in pathspec codeLibravatar Nguyễn Thái Ngọc Duy1-3/+3
2018-08-02Merge branch 'tb/grep-only-matching'Libravatar Junio C Hamano1-0/+6
2018-08-02Merge branch 'sb/object-store-lookup'Libravatar Junio C Hamano1-1/+2
2018-07-23builtin/grep.c: mark strings for translationLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-07-23Update messages in preparation for i18nLibravatar Nguyễn Thái Ngọc Duy1-5/+5
2018-07-09grep.c: teach 'git grep --only-matching'Libravatar Taylor Blau1-0/+6
2018-06-29tag: add repository argument to deref_tagLibravatar Stefan Beller1-1/+2