summaryrefslogtreecommitdiff
path: root/builtin/grep.c
AgeCommit message (Expand)Author
2026-01-09packfile: only prepare owning store in `packfile_store_prepare()`Patrick Steinhardt
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt
2025-10-16builtin/grep: simplify how we preload packsPatrick Steinhardt
2025-10-16Merge branch 'tb/incremental-midx-part-3.1' into ps/remove-packfile-store-get...Junio C Hamano
2025-09-24packfile: refactor `get_packed_git()` to work on packfile storePatrick Steinhardt
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt
2025-07-01odb: rename `read_object_with_reference()`Patrick Steinhardt
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt
2025-07-01odb: get rid of `the_repository` when handling submodule sourcesPatrick Steinhardt
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano
2025-04-17parse-options: detect mismatches in integer signednessPatrick Steinhardt
2025-04-17global: use designated initializers for optionsPatrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt
2025-03-10object: stop depending on `the_repository`Patrick Steinhardt
2024-12-18pager: stop using `the_repository`Patrick Steinhardt
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-11-04builtin/grep: fix leak with `--max-count=0`Patrick Steinhardt
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai
2024-09-05builtin/grep: fix leaking object contextPatrick Steinhardt
2024-06-11object-name: free leaking object contextsPatrick Steinhardt
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