summaryrefslogtreecommitdiffstats
path: root/setup.h
AgeCommit message (Expand)AuthorLines
2025-11-19setup: convert `set_git_dir()` to have file scopePatrick Steinhardt-1/+0
2025-11-19path: move `enter_repo()` into "setup.c"Patrick Steinhardt-0/+38
2025-07-01setup: use the default algorithm to initialize repo formatbrian m. carlson-1/+1
2024-12-02worktree: add `relativeWorktrees` extensionCaleb White-0/+1
2024-09-12environment: move `set_git_dir()` and related into setup layerPatrick Steinhardt-0/+3
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt-1/+1
2024-06-06refs: convert ref storage format to an enumPatrick Steinhardt-4/+5
2024-04-29Sync with 2.44.1Johannes Schindelin-0/+14
2024-04-19Sync with 2.43.4Johannes Schindelin-0/+14
2024-04-19Sync with 2.41.1Johannes Schindelin-0/+14
2024-04-19Sync with 2.40.2Johannes Schindelin-0/+14
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano-0/+1
2024-01-02setup: introduce "extensions.refStorage" extensionPatrick Steinhardt-1/+3
2024-01-02setup: start tracking ref storage formatPatrick Steinhardt-1/+5
2023-12-12builtin/clone: create the refdb with the correct object formatPatrick Steinhardt-0/+1
2023-12-12setup: allow skipping creation of the refdbPatrick Steinhardt-2/+3
2023-11-02Merge branch 'ds/scalar-updates' into maint-2.42Junio C Hamano-3/+32
2023-10-02repository: implement extensions.compatObjectFormatbrian m. carlson-0/+1
2023-08-29Merge branch 'ds/scalar-updates'Junio C Hamano-3/+32
2023-08-28setup: add discover_git_directory_reason()Derrick Stolee-3/+32
2023-06-21setup: adopt shared init-db & clone codeElijah Newren-0/+9
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren-0/+168