summaryrefslogtreecommitdiff
path: root/setup.c
AgeCommit message (Expand)Author
2025-03-06Merge branch 'tz/doc-txt-to-adoc-fixes'Junio C Hamano
2025-03-05Merge branch 'ps/path-sans-the-repository'Junio C Hamano
2025-03-03setup.c: *.txt -> *.adoc fixesTodd Zullinger
2025-02-28path: adjust last remaining users of `the_repository`Patrick Steinhardt
2025-02-28environment: move access to "core.sharedRepository" into repo settingsPatrick Steinhardt
2025-02-07path: drop `git_path_buf()` in favor of `repo_git_path_replace()`Patrick Steinhardt
2025-02-07path: refactor `repo_common_path()` family of functionsPatrick Steinhardt
2025-01-30setup: fix reinit of repos with incompatible GIT_DEFAULT_HASHPatrick Steinhardt
2025-01-30setup: fix reinit of repos with incompatible GIT_DEFAULT_REF_FORMATPatrick Steinhardt
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt
2024-12-02worktree: add `relativeWorktrees` extensionCaleb White
2024-12-02setup: correctly reinitialize repository versionCaleb White
2024-10-08worktree: link worktrees with relative pathsCaleb White
2024-09-25Merge branch 'ak/typofix-2.46-maint'Junio C Hamano
2024-09-19setup: fix a typoAndrew Kreimer
2024-09-12environment: stop storing "core.logAllRefUpdates" globallyPatrick Steinhardt
2024-09-12environment: move `set_git_dir()` and related into setup layerPatrick Steinhardt
2024-09-12environment: make `get_git_work_tree()` 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-08-26Merge branch 'jk/mark-unused-parameters'Junio C Hamano
2024-08-23Merge branch 'ps/hash-and-ref-format-from-config'Junio C Hamano
2024-08-17setup: mark unused parameter in config callbackJeff King
2024-08-16setup: make ref storage format configurable via configPatrick Steinhardt
2024-08-16setup: make object format configurable via configPatrick Steinhardt
2024-08-16setup: merge configuration of repository formatsPatrick Steinhardt
2024-07-30safe.directory: normalize the configured pathJunio C Hamano
2024-07-30safe.directory: normalize the checked pathJunio C Hamano
2024-07-30safe.directory: preliminary clean-upJunio C Hamano
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano
2024-06-24Merge branch 'tb/precompose-getcwd'Junio C Hamano
2024-06-17Merge branch 'ps/ref-storage-migration'Junio C Hamano
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-12Merge branch 'jc/safe-directory-leading-path'Junio C Hamano
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano
2024-06-06refs: convert ref storage format to an enumPatrick Steinhardt
2024-06-06setup: unset ref storage when reinitializing repository versionPatrick Steinhardt
2024-06-03Merge branch 'ps/fix-reinit-includeif-onbranch'Junio C Hamano
2024-05-31macOS: ls-files path fails if path of workdir is NFDTorsten Bögershausen
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-29safe.directory: allow "lead/ing/path/*" matchJunio C Hamano
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano
2024-05-22setup: fix bug with "includeIf.onbranch" when initializing dirPatrick Steinhardt
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano
2024-05-17refs: drop `git_default_branch_name()`Patrick Steinhardt