summaryrefslogtreecommitdiff
path: root/builtin/grep.c
AgeCommit message (Expand)Author
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-02-14Merge branch 'js/check-null-from-read-object-file'Junio C Hamano
2024-02-06Always check the return value of `repo_read_object_file()`Johannes Schindelin
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren
2023-11-07Merge branch 'jc/grep-f-relative-to-cwd'Junio C Hamano
2023-10-12grep: -f <path> is relative to $cwdJunio C Hamano
2023-10-02tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman
2023-09-18Merge branch 'rs/grep-no-no-or'Junio C Hamano
2023-09-07grep: reject --no-orRené Scharfe
2023-09-05grep: use OPT_INTEGER_F for --max-depthRené Scharfe
2023-08-02Merge branch 'jc/tree-walk-drop-base-offset'Junio C Hamano
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano
2023-07-07tree-walk: lose base_offset that is never used in tree_entry_interestingJunio C Hamano
2023-07-06Merge branch 'gc/config-context'Junio C Hamano
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan
2023-06-28config: pass kvi to die_bad_number()Glen Choo
2023-06-28config: add ctx arg to config_fn_tGlen Choo
2023-06-28config: inline git_color_default_configGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21cache.h: remove this no-longer-used headerElijah Newren
2023-06-21read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren
2023-04-11pager.h: move declarations for pager.c functions from cache.hElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
2023-03-21write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-24alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren
2022-11-21builtin/{grep,log}.: don't define "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason
2022-09-23builtin/grep.c: integrate with sparse indexShaoxuan Yuan
2022-06-22grep: add --max-count command line optionCarlos López
2022-03-17Merge branch 'ab/object-file-api-updates'Junio C Hamano
2022-02-26object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason
2022-02-25Merge branch 'ab/grep-patterntype'Junio C Hamano
2022-02-16grep: simplify config parsing and option parsingÆvar Arnfjörð Bjarmason
2022-02-16grep API: call grep_config() after grep_init()Ævar Arnfjörð Bjarmason
2022-02-16grep.c: don't pass along NULL callback valueÆvar Arnfjörð Bjarmason
2022-02-16built-ins: trust the "prefix" from run_builtin()Ævar Arnfjörð Bjarmason
2022-02-04i18n: factorize more 'incompatible options' messagesJean-Noël Avila
2021-10-23grep: fix a "path_list" memory leakÆvar Arnfjörð Bjarmason
2021-10-23grep: use object_array_clear() in cmd_grep()Ævar Arnfjörð Bjarmason
2021-10-23grep: prefer "struct grep_opt" over its "void *" equivalentÆvar Arnfjörð Bjarmason
2021-09-09repository: support unabsorbed in repo_submodule_initJonathan Tan
2021-09-08grep: add repository to OID grep sourcesJonathan Tan
2021-09-08grep: allocate subrepos on heapJonathan Tan