summaryrefslogtreecommitdiff
path: root/builtin/grep.c
AgeCommit message (Expand)AuthorFilesLines
2026-07-13Merge branch 'ps/odb-generalize-prepare'Junio C Hamano1-11/+3
2026-07-06Merge branch 'ps/odb-source-packed'Junio C Hamano1-1/+1
2026-06-22odb: introduce `odb_prepare()`Patrick Steinhardt1-7/+2
2026-06-22odb/source: generalize `reprepare()` callbackPatrick Steinhardt1-6/+3
2026-06-17odb/source-packed: wire up `reprepare()` callbackPatrick Steinhardt1-1/+1
2026-06-15odb: use size_t for object_info.sizep and the size APIsJohannes Schindelin1-6/+6
2026-05-27Merge branch 'ps/setup-wo-the-repository'Junio C Hamano1-4/+4
2026-05-19setup: stop using `the_repository` in `setup_git_directory()`Patrick Steinhardt1-1/+1
2026-05-19setup: stop using `the_repository` in `setup_work_tree()`Patrick Steinhardt1-1/+1
2026-05-19setup: stop using `the_repository` in `verify_non_filename()`Patrick Steinhardt1-1/+1
2026-05-19setup: stop using `the_repository` in `verify_filename()`Patrick Steinhardt1-1/+1
2026-05-15grep: prefetch necessary blobsElijah Newren1-0/+143
2026-03-12Merge branch 'ps/odb-sources'Junio C Hamano1-2/+4
2026-03-05odb: embed base source in the "files" backendPatrick Steinhardt1-2/+4
2026-03-05odb: introduce "files" sourcePatrick Steinhardt1-1/+1
2026-03-05Merge branch 'ob/core-attributesfile-in-repository'Junio C Hamano1-1/+1
2026-02-26environment: stop using core.sparseCheckout globallyOlamide Caleb Bello1-1/+1
2026-01-09packfile: only prepare owning store in `packfile_store_prepare()`Patrick Steinhardt1-6/+8
2026-01-09packfile: move packfile store into object sourcePatrick Steinhardt1-1/+5
2025-10-16builtin/grep: simplify how we preload packsPatrick Steinhardt1-1/+1
2025-10-16Merge branch 'tb/incremental-midx-part-3.1' into ps/remove-packfile-store-get...Junio C Hamano1-1/+1
2025-09-24packfile: refactor `get_packed_git()` to work on packfile storePatrick Steinhardt1-1/+1
2025-09-16color: use GIT_COLOR_* instead of numeric constantsJeff King1-1/+1
2025-07-23config: move Git config parsing into "environment.c"Patrick Steinhardt1-0/+1
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-1/+1
2025-07-01odb: rename `read_object_with_reference()`Patrick Steinhardt1-6/+3
2025-07-01odb: rename `repo_read_object_file()`Patrick Steinhardt1-4/+4
2025-07-01odb: rename `oid_object_info()`Patrick Steinhardt1-1/+1
2025-07-01odb: get rid of `the_repository` when handling submodule sourcesPatrick Steinhardt1-1/+2
2025-07-01odb: get rid of `the_repository` when handling alternatesPatrick Steinhardt1-1/+1
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt1-1/+1
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt1-1/+1
2025-04-24Merge branch 'ps/parse-options-integers'Junio C Hamano1-6/+12
2025-04-17parse-options: detect mismatches in integer signednessPatrick Steinhardt1-2/+2
2025-04-17global: use designated initializers for optionsPatrick Steinhardt1-4/+10
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-03-10hash: stop depending on `the_repository` in `null_oid()`Patrick Steinhardt1-1/+1
2025-03-10object: stop depending on `the_repository`Patrick Steinhardt1-1/+1
2024-12-18pager: stop using `the_repository`Patrick Steinhardt1-2/+2
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+3
2024-11-04builtin/grep: fix leak with `--max-count=0`Patrick Steinhardt1-3/+10
2024-09-23Merge branch 'jc/pass-repo-to-builtins'Junio C Hamano1-2/+5
2024-09-13builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.hJohn Cai1-1/+1
2024-09-13builtin: add a repository parameter for builtin functionsJohn Cai1-1/+4
2024-09-05builtin/grep: fix leaking object contextPatrick Steinhardt1-0/+1
2024-06-11object-name: free leaking object contextsPatrick Steinhardt1-2/+2
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-4/+4
2024-02-14Merge branch 'js/check-null-from-read-object-file'Junio C Hamano1-0/+2
2024-02-06Always check the return value of `repo_read_object_file()`Johannes Schindelin1-0/+2