summaryrefslogtreecommitdiff
path: root/setup.c
AgeCommit message (Expand)Author
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
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt
2024-05-16Merge branch 'ps/refs-without-the-repository'Junio C Hamano
2024-05-16Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...Junio C Hamano
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt
2024-05-06path: move `validate_headref()` to its only userPatrick Steinhardt
2024-04-29Sync with 2.44.1Johannes Schindelin
2024-04-19Sync with 2.43.4Johannes Schindelin
2024-04-19Sync with 2.42.2Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes Schindelin
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-19init.templateDir: consider this config setting protectedJohannes Schindelin
2024-04-17init: refactor the template directory discovery into its own functionJohannes Schindelin
2024-04-17fetch/clone: detect dubious ownership of local repositoriesJohannes Schindelin
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano
2024-03-21Merge branch 'jc/safe-implicit-bare'Junio C Hamano
2024-03-14Merge branch 'gt/core-bare-in-templates'Junio C Hamano
2024-03-11setup: notice more types of implicit bare repositoriesJunio C Hamano
2024-03-04setup: remove unnecessary variableGhanshyam Thakkar
2024-02-27builtin/clone: allow remote helpers to detect repoPatrick Steinhardt
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano
2024-01-30Merge branch 'kl/allow-working-in-dot-git-in-non-bare-repository'Junio C Hamano
2024-01-26Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano