aboutsummaryrefslogtreecommitdiff
path: root/repository.c
AgeCommit message (Expand)Author
2026-03-25Merge branch 'ps/object-counting'Junio C Hamano
2026-03-12Merge branch 'bc/sha1-256-interop-02'Junio C Hamano
2026-03-12odb: stop including "odb/source.h"Patrick Steinhardt
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-07repository: require Rust support for interoperabilitybrian m. carlson
2026-02-05Merge branch 'ar/submodule-gitdir-tweak'Junio C Hamano
2026-01-12submodule: introduce extensions.submodulePathConfigAdrian Ratiu
2025-12-30Merge branch 'gf/clear-path-cache-cleanup'Junio C Hamano
2025-12-19repository: remove duplicate free of cache->squash_msgGreg Funni
2025-11-25odb: handle changing a repository's commondirPatrick Steinhardt
2025-11-25odb: handle initialization of sources in `odb_new()`Patrick Steinhardt
2025-11-25odb: move logic to disable ref updates into repoPatrick Steinhardt
2025-11-19odb: refactor `odb_clear()` to `odb_free()`Patrick Steinhardt
2025-11-03odb: introduce `odb_source_new()`Patrick Steinhardt
2025-09-18Merge branch 'pw/3.0-commentchar-auto-deprecation'Junio C Hamano
2025-08-26config: warn on core.commentString=autoPhillip Wood
2025-08-11odb: store locality in object database sourcesPatrick Steinhardt
2025-07-15Merge branch 'ps/object-store'Junio C Hamano
2025-07-07repository: move 'repository_format_precious_objects' to repo scopeAyush Chandekar
2025-07-01odb: introduce parent pointersPatrick Steinhardt
2025-07-01object-store: rename files to "odb.{c,h}"Patrick Steinhardt
2025-07-01object-store: rename `object_directory` to `odb_source`Patrick Steinhardt
2025-07-01object-store: rename `raw_object_store` to `object_database`Patrick Steinhardt
2025-04-15object-store: merge "object-store-ll.h" and "object-store.h"Patrick Steinhardt
2025-02-28repo-settings: introduce function to clear structPatrick Steinhardt
2025-02-07path: refactor `repo_worktree_path()` family of functionsPatrick Steinhardt
2024-12-02worktree: add `relativeWorktrees` extensionCaleb White
2024-09-23Merge branch 'ps/environ-wo-the-repository'Junio C Hamano
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-09-05object: clear grafts when clearing parsed object poolPatrick Steinhardt
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt
2024-06-13Merge branch 'ps/ref-storage-migration' into ps/use-the-repositoryJunio C Hamano
2024-06-06refs: convert ref storage format to an enumPatrick Steinhardt
2024-05-30Merge branch 'jc/undecided-is-not-necessarily-sha1-fix'Junio C Hamano
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano
2024-05-30Merge branch 'ps/undecided-is-not-necessarily-sha1'Junio C Hamano
2024-05-21setup: add an escape hatch for "no more default hash algorithm" changeJunio C Hamano
2024-05-17refs: retrieve worktree ref stores via associated repositoryPatrick Steinhardt
2024-05-17refs: pass repo when retrieving submodule ref storePatrick Steinhardt