aboutsummaryrefslogtreecommitdiff
path: root/repository.h
AgeCommit message (Expand)Author
2026-03-12Merge branch 'bc/sha1-256-interop-02'Junio C Hamano
2026-03-10Merge branch 'ar/config-hooks'Junio C Hamano
2026-03-05Merge branch 'ob/core-attributesfile-in-repository'Junio C Hamano
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano
2026-02-25refs: allow reference location in refstorage configKarthik Nayak
2026-02-19hook: include hooks from the configAdrian Ratiu
2026-02-17environment: stop storing `core.attributesFile` globallyOlamide Caleb Bello
2026-02-07hash: use uint32_t for object_id algorithmbrian m. carlson
2026-02-05Merge branch 'ar/submodule-gitdir-tweak'Junio C Hamano
2026-01-12submodule: introduce extensions.submodulePathConfigAdrian Ratiu
2025-11-25odb: handle changing a repository's commondirPatrick Steinhardt
2025-11-25odb: move logic to disable ref updates into repoPatrick Steinhardt
2025-08-26config: warn on core.commentString=autoPhillip Wood
2025-07-15Merge branch 'ps/object-store'Junio C Hamano
2025-07-14Merge branch 'ps/use-reftable-as-default-in-3.0'Junio C Hamano
2025-07-07repository: move 'repository_format_precious_objects' to repo scopeAyush Chandekar
2025-07-07BreakingChanges: announce switch to "reftable" formatPatrick Steinhardt
2025-07-01object-store: rename `raw_object_store` to `object_database`Patrick Steinhardt
2024-12-02worktree: add `relativeWorktrees` extensionCaleb White
2024-09-12repo-settings: split out declarations into a standalone headerPatrick Steinhardt
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt
2024-09-12environment: make `get_graft_file()` accept a repositoryPatrick Steinhardt
2024-09-12environment: make `get_index_file()` accept a repositoryPatrick Steinhardt
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt
2024-07-08Merge branch 'tb/path-filter-fix'Junio C Hamano
2024-06-25repo-settings: introduce commitgraph.changedPathsVersionTaylor Blau
2024-06-14refs: avoid include cycle with "repository.h"Patrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-06refs: convert ref storage format to an enumPatrick Steinhardt
2024-05-17refs: retrieve worktree ref stores via associated repositoryPatrick Steinhardt
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt
2024-04-18repository: drop `initialize_the_repository()`Patrick Steinhardt
2024-04-18repository: drop `the_index` variablePatrick Steinhardt
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-02-26Merge branch 'ps/reftable-backend'Junio C Hamano
2024-02-07refs: introduce reftable backendPatrick Steinhardt
2024-02-05pack-objects: enable multi-pack reuse via `feature.experimental`Taylor Blau
2024-01-19refs: convert MERGE_AUTOSTASH to become a normal pseudo-refPatrick Steinhardt
2024-01-19refs: convert AUTO_MERGE to become a normal pseudo-refPatrick Steinhardt
2024-01-02setup: start tracking ref storage formatPatrick Steinhardt
2024-01-02refs: refactor logic to look up storage backendsPatrick Steinhardt
2023-10-02repository: add a compatibility hash algorithmEric W. Biederman
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-22Merge branch 'ds/disable-replace-refs'Junio C Hamano
2023-06-22Merge branch 'tb/pack-bitmap-traversal-with-boundary'Junio C Hamano
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21repository.h: move declaration of the_index from cache.hElijah Newren
2023-06-21preload-index.h: move declarations for preload-index.c from elsewhereElijah Newren