summaryrefslogtreecommitdiff
path: root/repository.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-15repository: move fetch_if_missing into struct repositoryTian Yuchen1-0/+6
2026-07-30Merge branch 'ty/migrate-excludes-file'Junio C Hamano1-1/+1
2026-07-14repository: adjust the comment of config_values_private_Tian Yuchen1-1/+1
2026-07-07setup: move prefix into repositoryPatrick Steinhardt1-0/+8
2026-06-11environment: split up concerns of `is_bare_repository_cfg`Patrick Steinhardt1-0/+7
2026-06-05repository: stop initializing the object database in `repo_set_gitdir()`Patrick Steinhardt1-3/+0
2026-05-19setup: stop using `the_repository` in `upgrade_repository_format()`Patrick Steinhardt1-1/+1
2026-05-19setup: stop using `the_repository` in `set_git_work_tree()`Patrick Steinhardt1-0/+1
2026-05-19setup: stop using `the_repository` in `setup_work_tree()`Patrick Steinhardt1-0/+1
2026-04-10hook: add hook.<event>.enabled switchAdrian Ratiu1-0/+4
2026-04-10hook: add per-event jobs configAdrian Ratiu1-0/+3
2026-04-10hook: parse the hook.jobs configAdrian Ratiu1-0/+3
2026-03-12Merge branch 'bc/sha1-256-interop-02'Junio C Hamano1-2/+2
2026-03-10Merge branch 'ar/config-hooks'Junio C Hamano1-0/+6
2026-03-05Merge branch 'ob/core-attributesfile-in-repository'Junio C Hamano1-0/+7
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano1-1/+7
2026-02-25refs: allow reference location in refstorage configKarthik Nayak1-1/+7
2026-02-19hook: include hooks from the configAdrian Ratiu1-0/+6
2026-02-17environment: stop storing `core.attributesFile` globallyOlamide Caleb Bello1-0/+7
2026-02-07hash: use uint32_t for object_id algorithmbrian m. carlson1-2/+2
2026-02-05Merge branch 'ar/submodule-gitdir-tweak'Junio C Hamano1-0/+1
2026-01-12submodule: introduce extensions.submodulePathConfigAdrian Ratiu1-0/+1
2025-11-25odb: handle changing a repository's commondirPatrick Steinhardt1-0/+1
2025-11-25odb: move logic to disable ref updates into repoPatrick Steinhardt1-1/+8
2025-08-26config: warn on core.commentString=autoPhillip Wood1-0/+3
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-2/+2
2025-07-14Merge branch 'ps/use-reftable-as-default-in-3.0'Junio C Hamano1-0/+6
2025-07-07repository: move 'repository_format_precious_objects' to repo scopeAyush Chandekar1-0/+1
2025-07-07BreakingChanges: announce switch to "reftable" formatPatrick Steinhardt1-0/+6
2025-07-01object-store: rename `raw_object_store` to `object_database`Patrick Steinhardt1-2/+2
2024-12-02worktree: add `relativeWorktrees` extensionCaleb White1-0/+1
2024-09-12repo-settings: split out declarations into a standalone headerPatrick Steinhardt1-50/+1
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt1-0/+1
2024-09-12environment: make `get_graft_file()` accept a repositoryPatrick Steinhardt1-0/+1
2024-09-12environment: make `get_index_file()` accept a repositoryPatrick Steinhardt1-0/+1
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt1-0/+1
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt1-0/+1
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt1-0/+2
2024-07-08Merge branch 'tb/path-filter-fix'Junio C Hamano1-1/+1
2024-06-25repo-settings: introduce commitgraph.changedPathsVersionTaylor Blau1-1/+1
2024-06-14refs: avoid include cycle with "repository.h"Patrick Steinhardt1-1/+6
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2
2024-06-06refs: convert ref storage format to an enumPatrick Steinhardt1-6/+4
2024-05-17refs: retrieve worktree ref stores via associated repositoryPatrick Steinhardt1-0/+6
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt1-0/+8
2024-04-18repository: drop `initialize_the_repository()`Patrick Steinhardt1-1/+1
2024-04-18repository: drop `the_index` variablePatrick Steinhardt1-3/+0
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-0/+4
2024-02-26Merge branch 'ps/reftable-backend'Junio C Hamano1-2/+3
2024-02-07refs: introduce reftable backendPatrick Steinhardt1-2/+3