summaryrefslogtreecommitdiffstats
path: root/builtin/grep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano2024-09-231-2/+5
|\
| * builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai2024-09-131-1/+1
| * builtin: add a repository parameter for builtin functionsJohn Cai2024-09-131-1/+4
* | builtin/grep: fix leaking object contextPatrick Steinhardt2024-09-051-0/+1
|/
* object-name: free leaking object contextsPatrick Steinhardt2024-06-111-2/+2
* Merge branch 'eb/hash-transition'Junio C Hamano2024-03-281-4/+4
|\
| * tree-walk: init_tree_desc take an oid to get the hash algorithmEric W. Biederman2023-10-021-4/+4
* | Merge branch 'js/check-null-from-read-object-file'Junio C Hamano2024-02-151-0/+2
|\ \
| * | Always check the return value of `repo_read_object_file()`Johannes Schindelin2024-02-061-0/+2
* | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-1/+0
* | | treewide: remove unnecessary includes in source filesElijah Newren2023-12-261-3/+0
|/ /
* | Merge branch 'jc/grep-f-relative-to-cwd'Junio C Hamano2023-11-071-2/+11
|\ \
| * | grep: -f <path> is relative to $cwdJunio C Hamano2023-10-121-2/+11
| |/
* | Merge branch 'rs/grep-no-no-or'Junio C Hamano2023-09-181-1/+1
|\ \
| * | grep: reject --no-orRené Scharfe2023-09-071-1/+1
* | | grep: use OPT_INTEGER_F for --max-depthRené Scharfe2023-09-051-3/+2
| |/ |/|
* | Merge branch 'jc/tree-walk-drop-base-offset'Junio C Hamano2023-08-021-1/+1
|\ \
| * | tree-walk: lose base_offset that is never used in tree_entry_interestingJunio C Hamano2023-07-081-1/+1
* | | Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano2023-07-171-1/+0
|\ \ \
| * | | git-compat-util: move alloc macros to git-compat-util.hCalvin Wan2023-07-051-1/+0
* | | | Merge branch 'gc/config-context'Junio C Hamano2023-07-061-4/+8
|\ \ \ \ | |/ / / |/| | |
| * | | config: pass kvi to die_bad_number()Glen Choo2023-06-281-1/+1
| * | | config: add ctx arg to config_fn_tGlen Choo2023-06-281-3/+4
| * | | config: inline git_color_default_configGlen Choo2023-06-281-1/+4
| |/ /
* | | object-store-ll.h: split this header out of object-store.hElijah Newren2023-06-211-1/+1
* | | repository: remove unnecessary include of path.hElijah Newren2023-06-211-0/+1
* | | cache.h: remove this no-longer-used headerElijah Newren2023-06-211-2/+1
* | | read-cache*.h: move declarations for read-cache.c functions from cache.hElijah Newren2023-06-211-0/+1
|/ /
* | pager.h: move declarations for pager.c functions from cache.hElijah Newren2023-04-111-0/+1
* | object-file.h: move declarations for object-file.c functions from cache.hElijah Newren2023-04-111-0/+1
* | object-name.h: move declarations for object-name.c functions from cache.hElijah Newren2023-04-111-0/+1
* | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano2023-04-041-2/+4
|\ \
| * | cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason2023-03-281-2/+4
| |/
* | write-or-die.h: move declarations for write-or-die.c functions from cache.hElijah Newren2023-03-211-0/+1
* | setup.h: move declarations for setup.c functions from cache.hElijah Newren2023-03-211-0/+1
* | treewide: be explicit about dependence on gettext.hElijah Newren2023-03-211-0/+1
* | cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren2023-02-241-0/+1
* | alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren2023-02-241-0/+1
|/
* builtin/{grep,log}.: don't define "USE_THE_INDEX_COMPATIBILITY_MACROS"Ævar Arnfjörð Bjarmason2022-11-211-1/+0
* builtin/grep.c: integrate with sparse indexShaoxuan Yuan2022-09-231-3/+45
* grep: add --max-count command line optionCarlos López2022-06-221-0/+9
* Merge branch 'ab/object-file-api-updates'Junio C Hamano2022-03-171-2/+2
|\
| * object-file API: pass an enum to read_object_with_reference()Ævar Arnfjörð Bjarmason2022-02-261-2/+2
* | Merge branch 'ab/grep-patterntype'Junio C Hamano2022-02-261-13/+14
|\ \
| * | grep: simplify config parsing and option parsingÆvar Arnfjörð Bjarmason2022-02-161-6/+4
| * | grep API: call grep_config() after grep_init()Ævar Arnfjörð Bjarmason2022-02-161-2/+2
| * | grep.c: don't pass along NULL callback valueÆvar Arnfjörð Bjarmason2022-02-161-2/+2
| * | built-ins: trust the "prefix" from run_builtin()Ævar Arnfjörð Bjarmason2022-02-161-5/+8
| |/
* / i18n: factorize more 'incompatible options' messagesJean-Noël Avila2022-02-041-5/+3
|/
* grep: fix a "path_list" memory leakÆvar Arnfjörð Bjarmason2021-10-231-4/+5