aboutsummaryrefslogtreecommitdiffstats
path: root/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-23config: drop `git_config()` wrapperPatrick Steinhardt1-2/+2
2025-07-21Merge branch 'bc/use-sha256-by-default-in-3.0'Junio C Hamano1-3/+6
2025-07-17Merge branch 'bc/use-sha256-by-default-in-3.0' into ps/config-wo-the-repositoryJunio C Hamano1-3/+6
2025-07-14Merge branch 'ps/use-reftable-as-default-in-3.0'Junio C Hamano1-0/+14
2025-07-07repository: move 'repository_format_precious_objects' to repo scopeAyush Chandekar1-1/+4
2025-07-07setup: use "reftable" format when experimental features are enabledPatrick Steinhardt1-0/+12
2025-07-07BreakingChanges: announce switch to "reftable" formatPatrick Steinhardt1-0/+2
2025-07-01setup: use the default algorithm to initialize repo formatbrian m. carlson1-1/+4
2025-07-01Use legacy hash for legacy formatsbrian m. carlson1-2/+2
2025-03-06Merge branch 'tz/doc-txt-to-adoc-fixes'Junio C Hamano1-1/+1
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano1-35/+35
2025-03-03setup.c: *.txt -> *.adoc fixesTodd Zullinger1-1/+1
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt1-6/+6
2025-02-28environment: move access to "core.sharedRepository" into repo settingsPatrick Steinhardt1-10/+11
2025-02-07path: drop `git_path_buf()` in favor of `repo_git_path_replace()`Patrick Steinhardt1-17/+16
2025-02-07path: refactor `repo_common_path()` family of functionsPatrick Steinhardt1-2/+2
2025-01-30setup: fix reinit of repos with incompatible GIT_DEFAULT_HASHPatrick Steinhardt1-1/+3
2025-01-30setup: fix reinit of repos with incompatible GIT_DEFAULT_REF_FORMATPatrick Steinhardt1-1/+3
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano1-0/+1
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt1-0/+1
2024-12-02worktree: add `relativeWorktrees` extensionCaleb White1-0/+7
2024-12-02setup: correctly reinitialize repository versionCaleb White1-9/+23
2024-10-08worktree: link worktrees with relative pathsCaleb White1-1/+1
2024-09-25Merge branch 'ak/typofix-2.46-maint'Junio C Hamano1-1/+1
2024-09-19setup: fix a typoAndrew Kreimer1-1/+1
2024-09-12environment: stop storing "core.logAllRefUpdates" globallyPatrick Steinhardt1-1/+1
2024-09-12environment: move `set_git_dir()` and related into setup layerPatrick Steinhardt1-0/+106
2024-09-12environment: make `get_git_work_tree()` accept a repositoryPatrick Steinhardt1-8/+8
2024-09-12environment: make `get_object_directory()` accept a repositoryPatrick Steinhardt1-1/+1
2024-09-12environment: make `get_git_common_dir()` accept a repositoryPatrick Steinhardt1-1/+1
2024-09-12environment: make `get_git_dir()` accept a repositoryPatrick Steinhardt1-6/+6
2024-08-26Merge branch 'jk/mark-unused-parameters'Junio C Hamano1-1/+1
2024-08-23Merge branch 'ps/hash-and-ref-format-from-config'Junio C Hamano1-27/+74
2024-08-17setup: mark unused parameter in config callbackJeff King1-1/+1
2024-08-16setup: make ref storage format configurable via configPatrick Steinhardt1-0/+14
2024-08-16setup: make object format configurable via configPatrick Steinhardt1-0/+40
2024-08-16setup: merge configuration of repository formatsPatrick Steinhardt1-27/+20
2024-07-30safe.directory: normalize the configured pathJunio C Hamano1-4/+34
2024-07-30safe.directory: normalize the checked pathJunio C Hamano1-4/+12
2024-07-30safe.directory: preliminary clean-upJunio C Hamano1-7/+5
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano1-0/+2
2024-06-24Merge branch 'tb/precompose-getcwd'Junio C Hamano1-1/+1
2024-06-17Merge branch 'ps/ref-storage-migration'Junio C Hamano1-4/+6
2024-06-14global: introduce `USE_THE_REPOSITORY_VARIABLE` macroPatrick Steinhardt1-0/+2