summaryrefslogtreecommitdiffstats
path: root/setup.c
AgeCommit message (Expand)AuthorLines
2026-03-16Merge branch 'ty/setup-error-tightening'Junio C Hamano-11/+36
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano-12/+84
2026-03-04setup: improve error diagnosis for invalid .git filesTian Yuchen-11/+36
2026-02-25refs: add GIT_REFERENCE_BACKEND to specify reference backendKarthik Nayak-3/+52
2026-02-25refs: allow reference location in refstorage configKarthik Nayak-4/+30
2026-02-25setup: don't modify repo in `create_reference_database()`Karthik Nayak-5/+2
2026-02-17Merge branch 'rs/clean-includes'Junio C Hamano-1/+0
2026-02-08remove duplicate includesRené Scharfe-1/+0
2026-02-05Merge branch 'ar/submodule-gitdir-tweak'Junio C Hamano-0/+17
2026-01-12submodule: allow runtime enabling extensions.submodulePathConfigAdrian Ratiu-0/+10
2026-01-12submodule: introduce extensions.submodulePathConfigAdrian Ratiu-0/+7
2026-01-09init: do parse _all_ core.* settings earlyJohannes Schindelin-1/+1
2025-12-05Merge branch 'ps/object-source-management'Junio C Hamano-66/+148
2025-12-05Merge branch 'jc/optional-path'Junio C Hamano-1/+1
2025-11-25odb: handle recreation of quarantine directoriesPatrick Steinhardt-5/+0
2025-11-25odb: handle changing a repository's commondirPatrick Steinhardt-39/+45
2025-11-25odb: move logic to disable ref updates into repoPatrick Steinhardt-1/+1
2025-11-24config: really treat missing optional path as not configuredJunio C Hamano-1/+1
2025-11-19setup: convert `set_git_dir()` to have file scopePatrick Steinhardt-40/+40
2025-11-19path: move `enter_repo()` into "setup.c"Patrick Steinhardt-0/+81
2025-08-21Merge branch 'jc/string-list-split'Junio C Hamano-1/+2
2025-08-02string-list: align string_list_split() with its _in_place() counterpartJunio C Hamano-1/+2
2025-07-23config: drop `git_config_set()` wrapperPatrick Steinhardt-15/+15
2025-07-23config: drop `git_config_set_gently()` wrapperPatrick Steinhardt-2/+2
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt-1/+1
2025-07-23config: drop `git_config_clear()` wrapperPatrick Steinhardt-2/+2
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt-2/+2
2025-07-21Merge branch 'bc/use-sha256-by-default-in-3.0'Junio C Hamano-3/+6
2025-07-17Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repositoryJunio C Hamano-3/+6
2025-07-14Merge branch 'ps/use-reftable-as-default-in-3.0'Junio C Hamano-0/+14
2025-07-07repository: move 'repository_format_precious_objects' to repo scopeAyush Chandekar-1/+4
2025-07-07setup: use "reftable" format when experimental features are enabledPatrick Steinhardt-0/+12
2025-07-07BreakingChanges: announce switch to "reftable" formatPatrick Steinhardt-0/+2
2025-07-01setup: use the default algorithm to initialize repo formatbrian m. carlson-1/+4
2025-07-01Use legacy hash for legacy formatsbrian m. carlson-2/+2
2025-03-06Merge branch 'tz/doc-txt-to-adoc-fixes'Junio C Hamano-1/+1
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano-35/+35
2025-03-03setup.c: *.txt -> *.adoc fixesTodd Zullinger-1/+1
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt-6/+6
2025-02-28environment: move access to "core.sharedRepository" into repo settingsPatrick Steinhardt-10/+11
2025-02-07path: drop `git_path_buf()` in favor of `repo_git_path_replace()`Patrick Steinhardt-17/+16
2025-02-07path: refactor `repo_common_path()` family of functionsPatrick Steinhardt-2/+2
2025-01-30setup: fix reinit of repos with incompatible GIT_DEFAULT_HASHPatrick Steinhardt-1/+3
2025-01-30setup: fix reinit of repos with incompatible GIT_DEFAULT_REF_FORMATPatrick Steinhardt-1/+3
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano-0/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt-0/+1
2024-12-02worktree: add `relativeWorktrees` extensionCaleb White-0/+7
2024-12-02setup: correctly reinitialize repository versionCaleb White-9/+23
2024-10-08worktree: link worktrees with relative pathsCaleb White-1/+1
2024-09-25Merge branch 'ak/typofix-2.46-maint'Junio C Hamano-1/+1