summaryrefslogtreecommitdiff
path: root/repository.c
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge branch 'ty/repository-fetch-if-missing'Junio C Hamano1-0/+1
2026-08-20Merge branch 'ps/odb-make-creation-pluggable'Junio C Hamano1-2/+1
2026-08-15repository: move fetch_if_missing into struct repositoryTian Yuchen1-0/+1
2026-08-06setup: defer object database creationPatrick Steinhardt1-0/+1
2026-08-06setup: detangle loading of loose object mapsPatrick Steinhardt1-2/+0
2026-07-30Merge branch 'ty/migrate-excludes-file'Junio C Hamano1-0/+1
2026-07-30Merge branch 'rs/tempfile-wo-the-repository'Junio C Hamano1-1/+1
2026-07-14use repo_hold_lock_file_for_update{,_mode,_timeout}() with custom reposRené Scharfe1-1/+1
2026-07-14repository: introduce repo_config_values_clear()Tian Yuchen1-0/+1
2026-07-07setup: move prefix into repositoryPatrick Steinhardt1-0/+1
2026-06-30Merge branch 'ps/setup-drop-global-state' into ps/setup-split-discovery-and-s...Junio C Hamano1-0/+1
2026-06-26repository: free main reference databasePatrick Steinhardt1-0/+5
2026-06-11environment: split up concerns of `is_bare_repository_cfg`Patrick Steinhardt1-0/+1
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