summaryrefslogtreecommitdiff
path: root/setup.c
AgeCommit message (Expand)AuthorFilesLines
2026-06-05setup: drop `setup_git_env()`Patrick Steinhardt1-6/+1
2026-05-27Merge branch 'ps/setup-wo-the-repository'Junio C Hamano1-217/+234
2026-05-22Merge branch 'ps/setup-wo-the-repository' into ps/setup-centralize-odb-creationJunio C Hamano1-217/+234
2026-05-22Merge branch 'ps/maintenance-daemonize-lockfix'Junio C Hamano1-1/+15
2026-05-19setup: stop using `the_repository` in `init_db()`Patrick Steinhardt1-21/+22
2026-05-19setup: stop using `the_repository` in `create_reference_database()`Patrick Steinhardt1-6/+7
2026-05-19setup: stop using `the_repository` in `initialize_repository_version()`Patrick Steinhardt1-14/+15
2026-05-19setup: stop using `the_repository` in `check_repository_format()`Patrick Steinhardt1-25/+33
2026-05-19setup: stop using `the_repository` in `upgrade_repository_format()`Patrick Steinhardt1-3/+3
2026-05-19setup: stop using `the_repository` in `setup_git_directory()`Patrick Steinhardt1-2/+2
2026-05-19setup: stop using `the_repository` in `setup_git_directory_gently()`Patrick Steinhardt1-18/+18
2026-05-19setup: stop using `the_repository` in `setup_git_env()`Patrick Steinhardt1-3/+3
2026-05-19setup: stop using `the_repository` in `set_git_work_tree()`Patrick Steinhardt1-13/+11
2026-05-19setup: stop using `the_repository` in `setup_work_tree()`Patrick Steinhardt1-11/+4
2026-05-19setup: stop using `the_repository` in `enter_repo()`Patrick Steinhardt1-2/+2
2026-05-19setup: stop using `the_repository` in `verify_non_filename()`Patrick Steinhardt1-2/+2
2026-05-19setup: stop using `the_repository` in `verify_filename()`Patrick Steinhardt1-2/+3
2026-05-19setup: stop using `the_repository` in `path_inside_repo()`Patrick Steinhardt1-2/+2
2026-05-19setup: stop using `the_repository` in `prefix_path()`Patrick Steinhardt1-7/+8
2026-05-19setup: stop using `the_repository` in `is_inside_work_tree()`Patrick Steinhardt1-11/+14
2026-05-19setup: stop using `the_repository` in `is_inside_git_dir()`Patrick Steinhardt1-8/+6
2026-05-19setup: replace use of `the_repository` in static functionsPatrick Steinhardt1-88/+100
2026-05-13builtin/maintenance: fix locking with "--detach"Patrick Steinhardt1-1/+15
2026-04-27safe.bareRepository: default to "explicit" with WITH_BREAKING_CHANGESJohannes Schindelin1-0/+4
2026-03-16Merge branch 'ty/setup-error-tightening'Junio C Hamano1-11/+36
2026-03-04Merge branch 'kn/ref-location'Junio C Hamano1-12/+84
2026-03-04setup: improve error diagnosis for invalid .git filesTian Yuchen1-11/+36
2026-02-25refs: add GIT_REFERENCE_BACKEND to specify reference backendKarthik Nayak1-3/+52
2026-02-25refs: allow reference location in refstorage configKarthik Nayak1-4/+30
2026-02-25setup: don't modify repo in `create_reference_database()`Karthik Nayak1-5/+2
2026-02-17Merge branch 'rs/clean-includes'Junio C Hamano1-1/+0
2026-02-08remove duplicate includesRené Scharfe1-1/+0
2026-02-05Merge branch 'ar/submodule-gitdir-tweak'Junio C Hamano1-0/+17
2026-01-12submodule: allow runtime enabling extensions.submodulePathConfigAdrian Ratiu1-0/+10
2026-01-12submodule: introduce extensions.submodulePathConfigAdrian Ratiu1-0/+7
2026-01-09init: do parse _all_ core.* settings earlyJohannes Schindelin1-1/+1
2025-12-05Merge branch 'ps/object-source-management'Junio C Hamano1-65/+147
2025-12-05Merge branch 'jc/optional-path'Junio C Hamano1-1/+1
2025-11-25odb: handle recreation of quarantine directoriesPatrick Steinhardt1-5/+0
2025-11-25odb: handle changing a repository's commondirPatrick Steinhardt1-39/+45
2025-11-25odb: move logic to disable ref updates into repoPatrick Steinhardt1-1/+1
2025-11-24config: really treat missing optional path as not configuredJunio C Hamano1-1/+1
2025-11-19setup: convert `set_git_dir()` to have file scopePatrick Steinhardt1-40/+40
2025-11-19path: move `enter_repo()` into "setup.c"Patrick Steinhardt1-0/+81
2025-08-21Merge branch 'jc/string-list-split'Junio C Hamano1-1/+2
2025-08-02string-list: align string_list_split() with its _in_place() counterpartJunio C Hamano1-1/+2
2025-07-23config: drop `git_config_set()` wrapperPatrick Steinhardt1-15/+15
2025-07-23config: drop `git_config_set_gently()` wrapperPatrick Steinhardt1-2/+2
2025-07-23config: drop `git_config_get_bool()` wrapperPatrick Steinhardt1-1/+1
2025-07-23config: drop `git_config_clear()` wrapperPatrick Steinhardt1-2/+2