summaryrefslogtreecommitdiff
path: root/repository.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-05setup: construct object database in `apply_repository_format()`Patrick Steinhardt1-3/+1
2026-06-05repository: stop reading loose object map twice on repo initPatrick Steinhardt1-3/+0
2026-06-05repository: stop initializing the object database in `repo_set_gitdir()`Patrick Steinhardt1-6/+2
2026-06-05setup: deduplicate logic to apply repository formatPatrick Steinhardt1-20/+11
2026-04-10hook: add hook.<event>.enabled switchAdrian Ratiu1-0/+1
2026-04-10hook: add per-event jobs configAdrian Ratiu1-0/+1
2026-04-10repository: fix repo_init() memleak due to missing _clear()Adrian Ratiu1-0/+1
2026-03-25Merge branch 'ps/object-counting'Junio C Hamano1-0/+1
2026-03-12Merge branch 'bc/sha1-256-interop-02'Junio C Hamano1-3/+9
2026-03-12odb: stop including "odb/source.h"Patrick Steinhardt1-0/+1
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/+14
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano1-2/+7
2026-02-25refs: allow reference location in refstorage configKarthik Nayak1-2/+7
2026-02-19hook: include hooks from the configAdrian Ratiu1-0/+6
2026-02-17environment: stop storing `core.attributesFile` globallyOlamide Caleb Bello1-0/+14
2026-02-07hash: use uint32_t for object_id algorithmbrian m. carlson1-3/+3
2026-02-07repository: require Rust support for interoperabilitybrian m. carlson1-1/+7
2026-02-05Merge branch 'ar/submodule-gitdir-tweak'Junio C Hamano1-0/+1
2026-01-12submodule: introduce extensions.submodulePathConfigAdrian Ratiu1-0/+1
2025-12-30Merge branch 'gf/clear-path-cache-cleanup'Junio C Hamano1-1/+0
2025-12-19repository: remove duplicate free of cache->squash_msgGreg Funni1-1/+0
2025-11-25odb: handle changing a repository's commondirPatrick Steinhardt1-10/+3
2025-11-25odb: handle initialization of sources in `odb_new()`Patrick Steinhardt1-11/+7
2025-11-25odb: move logic to disable ref updates into repoPatrick Steinhardt1-1/+1
2025-11-19odb: refactor `odb_clear()` to `odb_free()`Patrick Steinhardt1-2/+2
2025-11-03odb: introduce `odb_source_new()`Patrick Steinhardt1-5/+9
2025-09-18Merge branch 'pw/3.0-commentchar-auto-deprecation'Junio C Hamano1-0/+1
2025-08-26config: warn on core.commentString=autoPhillip Wood1-0/+1
2025-08-11odb: store locality in object database sourcesPatrick Steinhardt1-0/+1
2025-07-15Merge branch 'ps/object-store'Junio C Hamano1-10/+11
2025-07-07repository: move 'repository_format_precious_objects' to repo scopeAyush Chandekar1-0/+1
2025-07-01odb: introduce parent pointersPatrick Steinhardt1-1/+2
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-7/+7
2025-07-01object-store: rename `raw_object_store` to `object_database`Patrick Steinhardt1-2/+2
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt1-1/+1
2025-02-28repo-settings: introduce function to clear structPatrick Steinhardt1-1/+1
2025-02-07path: refactor `repo_worktree_path()` family of functionsPatrick Steinhardt1-2/+2
2024-12-02worktree: add `relativeWorktrees` extensionCaleb White1-0/+1
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano1-0/+40
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt1-0/+5
2024-09-12environment: make `get_graft_file()` accept a repositoryPatrick Steinhardt1-0/+7
2024-09-12environment: make `get_index_file()` accept a repositoryPatrick Steinhardt1-0/+7
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt1-0/+7
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt1-0/+7
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt1-0/+7
2024-09-05object: clear grafts when clearing parsed object poolPatrick Steinhardt1-1/+1
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+8
2024-06-13Merge branch 'ps/ref-storage-migration' into ps/use-the-repositoryJunio C Hamano1-1/+2