summaryrefslogtreecommitdiffstats
path: root/builtin/grep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dl/opt-callback-cleanup'Junio C Hamano2020-05-051-13/+13
|\
| * Use OPT_CALLBACK and OPT_CALLBACK_FDenton Liu2020-04-281-13/+13
* | Merge branch 'en/fill-directory-exponential'Junio C Hamano2020-04-301-2/+0
|\ \
| * | Fix error-prone fill_directory() API; make it only return matchesElijah Newren2020-04-011-2/+0
* | | grep: follow conventions for printing paths w/ unusual charsMatheus Tavares2020-04-201-12/+34
| |/ |/|
* | Merge branch 'mt/threaded-grep-in-object-store'Junio C Hamano2020-02-141-47/+46
|\ \ | |/ |/|
| * grep: use no. of cores as the default no. of threadsMatheus Tavares2020-01-171-2/+1
| * grep: move driver pre-load out of critical sectionMatheus Tavares2020-01-171-4/+4
| * grep: re-enable threads in non-worktree caseMatheus Tavares2020-01-171-1/+1
| * grep: protect packed_git [re-]initializationMatheus Tavares2020-01-171-2/+6
| * grep: allow submodule functions to run in parallelMatheus Tavares2020-01-171-16/+22
| * submodule-config: add skip_if_read option to repo_read_gitmodules()Matheus Tavares2020-01-171-1/+1
| * grep: replace grep_read_mutex by internal obj read lockMatheus Tavares2020-01-171-30/+16
| * grep: fix racy calls in grep_objects()Matheus Tavares2020-01-171-0/+5
| * grep: fix race conditions at grep_submodule()Matheus Tavares2020-01-171-4/+3
* | grep: ignore --recurse-submodules if --no-index is givenPhilippe Blain2020-01-301-2/+5
|/
* Merge branch 'cb/pcre2-chartables-leakfix'Junio C Hamano2019-10-231-0/+1
|\
| * grep: make PCRE2 aware of custom allocatorCarlo Marcelo Arenas Belón2019-10-181-0/+1
* | grep: use return value of strbuf_detach()René Scharfe2019-08-261-2/+2
* | Merge branch 'mt/grep-submodules-working-tree'Junio C Hamano2019-08-221-4/+6
|\ \ | |/ |/|
| * grep: fix worktree case in submodulesMatheus Tavares2019-07-301-4/+6
* | sha1-file.c: remove the_repo from read_object_with_reference()Nguyễn Thái Ngọc Duy2019-06-271-2/+4
|/
* Merge branch 'nd/the-index-final'Junio C Hamano2019-02-071-19/+27
|\
| * cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switchNguyễn Thái Ngọc Duy2019-01-241-0/+1
| * sha1-name.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2019-01-141-1/+2
| * grep: use grep_opt->repo instead of explict repo argumentNguyễn Thái Ngọc Duy2019-01-141-17/+24
* | Merge branch 'bc/tree-walk-oid'Junio C Hamano2019-01-291-4/+4
|\ \
| * | tree-walk: store object_id in a separate memberbrian m. carlson2019-01-151-4/+4
| |/
* | Merge branch 'sb/submodule-recursive-fetch-gets-the-tip'Junio C Hamano2019-01-291-7/+10
|\ \
| * | repository: repo_submodule_init to take a submodule structStefan Beller2018-12-051-7/+10
* | | Merge branch 'nd/attr-pathspec-in-tree-walk'Junio C Hamano2019-01-151-1/+2
|\ \ \ | |_|/ |/| |
| * | tree-walk.c: make tree_entry_interesting() take an indexNguyễn Thái Ngọc Duy2018-11-191-1/+2
| |/
* | Merge branch 'jk/loose-object-cache'Junio C Hamano2019-01-041-1/+1
|\ \ | |/ |/|
| * sha1-file: use an object_directory for the main object dirJeff King2018-11-131-1/+1
* | Merge branch 'jk/unused-parameter-fixes'Junio C Hamano2018-11-181-1/+13
|\ \
| * | assert NOARG/NONEG behavior of parse-options callbacksJeff King2018-11-061-1/+13
| |/
* | Merge branch 'nd/pthreads'Junio C Hamano2018-11-181-49/+30
|\ \
| * | grep: clean up num_threads handlingNguyễn Thái Ngọc Duy2018-11-051-31/+27
| * | grep: remove #ifdef NO_PTHREADSNguyễn Thái Ngọc Duy2018-11-051-37/+22
| |/
* | Merge branch 'ao/submodule-wo-gitmodules-checked-out'Junio C Hamano2018-11-131-3/+14
|\ \ | |/ |/|
| * submodule: support reading .gitmodules when it's not in the working treeAntonio Ospite2018-10-311-3/+14
* | Merge branch 'rs/grep-no-recursive'Junio C Hamano2018-10-191-0/+2
|\ \
| * | grep: add -r/--[no-]recursiveRené Scharfe2018-10-041-0/+2
| |/
* | userdiff.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-1/+2
* | grep.c: remove implicit dependency on the_indexNguyễn Thái Ngọc Duy2018-09-211-2/+2
|/
* Merge branch 'nd/no-the-index'Junio C Hamano2018-08-201-3/+3
|\
| * grep: use the right index instead of the_indexNguyễn Thái Ngọc Duy2018-08-131-2/+2
| * dir.c: remove an implicit dependency on the_index in pathspec codeNguyễn Thái Ngọc Duy2018-08-131-3/+3
* | Merge branch 'nd/i18n'Junio C Hamano2018-08-161-6/+6
|\ \ | |/ |/|
| * builtin/grep.c: mark strings for translationNguyễn Thái Ngọc Duy2018-07-231-1/+1