summaryrefslogtreecommitdiff
path: root/builtin/grep.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-3/+0
2023-11-07Merge branch 'jc/grep-f-relative-to-cwd'Junio C Hamano1-2/+11
2023-10-12grep: -f <path> is relative to $cwdJunio C Hamano1-2/+11
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman1-4/+4
2023-09-18Merge branch 'rs/grep-no-no-or'Junio C Hamano1-1/+1
2023-09-07grep: reject --no-orRené Scharfe1-1/+1
2023-09-05grep: use OPT_INTEGER_F for --max-depthRené Scharfe1-3/+2
2023-08-02Merge branch 'jc/tree-walk-drop-base-offset'Junio C Hamano1-1/+1
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-07tree-walk: lose base_offset that is never used in tree_entry_interestingJunio C Hamano1-1/+1
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-4/+8
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-28config: pass kvi to die_bad_number()Glen Choo1-1/+1
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-3/+4
2023-06-28config: inline git_color_default_configGlen Choo1-1/+4
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren1-1/+1
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21cache.h: remove this no-longer-used headerElijah Newren1-2/+1
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren1-0/+1
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren1-0/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano1-2/+4
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason1-2/+4
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren1-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1
2023-02-23cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren1-0/+1
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-0/+1
2022-11-21builtin/{grep,log}.: don't define "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason1-1/+0
2022-09-23builtin/grep.c: integrate with sparse indexShaoxuan Yuan1-3/+45
2022-06-22grep: add --max-count command line optionCarlos López1-0/+9
2022-03-16Merge branch 'ab/object-file-api-updates'Junio C Hamano1-2/+2
2022-02-25object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason1-2/+2
2022-02-25Merge branch 'ab/grep-patterntype'Junio C Hamano1-13/+14
2022-02-15grep: simplify config parsing and option parsingÆvar Arnfjörð Bjarmason1-6/+4
2022-02-15grep API: call grep_config() after grep_init()Ævar Arnfjörð Bjarmason1-2/+2
2022-02-15grep.c: don't pass along NULL callback valueÆvar Arnfjörð Bjarmason1-2/+2
2022-02-15built-ins: trust the "prefix" from run_builtin()Ævar Arnfjörð Bjarmason1-5/+8
2022-02-04i18n: factorize more 'incompatible options' messagesJean-Noël Avila1-5/+3
2021-10-23grep: fix a "path_list" memory leakÆvar Arnfjörð Bjarmason1-4/+5
2021-10-23grep: use object_array_clear() in cmd_grep()Ævar Arnfjörð Bjarmason1-0/+1
2021-10-23grep: prefer "struct grep_opt" over its "void *" equivalentÆvar Arnfjörð Bjarmason1-2/+2
2021-09-09repository: support unabsorbed in repo_submodule_initJonathan Tan1-4/+1
2021-09-08grep: add repository to OID grep sourcesJonathan Tan1-9/+6
2021-09-08grep: allocate subrepos on heapJonathan Tan1-9/+30
2021-09-08grep: read submodule entry with explicit repoJonathan Tan1-5/+5
2021-09-08grep: typesafe versions of grep_source_initJonathan Tan1-2/+2
2021-09-08grep: use submodule-ODB-as-alternate lazy-additionJonathan Tan1-1/+1