aboutsummaryrefslogtreecommitdiffstats
path: root/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-06-13Merge branch 'ps/ref-storage-migration' into ps/use-the-repositoryJunio C Hamano1-4/+6
2024-06-12Merge branch 'jc/safe-directory-leading-path'Junio C Hamano1-7/+14
2024-06-06Merge branch 'ps/leakfixes'Junio C Hamano1-3/+3
2024-06-06refs: convert ref storage format to an enumPatrick Steinhardt1-4/+4
2024-06-06setup: unset ref storage when reinitializing repository versionPatrick Steinhardt1-0/+2
2024-06-03Merge branch 'ps/fix-reinit-includeif-onbranch'Junio C Hamano1-9/+12
2024-05-31macOS: ls-files path fails if path of workdir is NFDTorsten Bögershausen1-1/+1
2024-05-30Merge branch 'ps/refs-without-the-repository-updates'Junio C Hamano1-2/+5
2024-05-30Merge branch 'ps/undecided-is-not-necessarily-sha1'Junio C Hamano1-0/+53
2024-05-29safe.directory: allow "lead/ing/path/*" matchJunio C Hamano1-7/+15
2024-05-27config: clarify memory ownership in `git_config_pathname()`Patrick Steinhardt1-3/+3
2024-05-23Merge branch 'ps/refs-without-the-repository-updates' into ps/ref-storage-mig...Junio C Hamano1-2/+5
2024-05-22setup: fix bug with "includeIf.onbranch" when initializing dirPatrick Steinhardt1-11/+15
2024-05-20Merge branch 'kn/ref-transaction-symref'Junio C Hamano1-1/+1
2024-05-17refs: drop `git_default_branch_name()`Patrick Steinhardt1-1/+4
2024-05-17refs: rename `init_db` callback to avoid confusionPatrick Steinhardt1-1/+1
2024-05-16Merge branch 'ps/refs-without-the-repository'Junio C Hamano1-1/+1
2024-05-16Merge branch 'ps/refs-without-the-repository' into ps/refs-without-the-reposi...Junio C Hamano1-1/+1
2024-05-07cocci: apply rules to rewrite callers of "refs" interfacesPatrick Steinhardt1-1/+1
2024-05-06path: move `validate_headref()` to its only userPatrick Steinhardt1-0/+53
2024-04-29Sync with 2.44.1Johannes Schindelin1-14/+77
2024-04-19Sync with 2.43.4Johannes Schindelin1-14/+77
2024-04-19Sync with 2.42.2Johannes Schindelin1-14/+77
2024-04-19Sync with 2.41.1Johannes Schindelin1-14/+77
2024-04-19Sync with 2.40.2Johannes Schindelin1-0/+76
2024-04-19init.templateDir: consider this config setting protectedJohannes Schindelin1-7/+30
2024-04-17init: refactor the template directory discovery into its own functionJohannes Schindelin1-0/+32
2024-04-17fetch/clone: detect dubious ownership of local repositoriesJohannes Schindelin1-0/+21
2024-03-28Merge branch 'eb/hash-transition'Junio C Hamano1-0/+22
2024-03-21Merge branch 'jc/safe-implicit-bare'Junio C Hamano1-1/+27
2024-03-14Merge branch 'gt/core-bare-in-templates'Junio C Hamano1-33/+3
2024-03-11setup: notice more types of implicit bare repositoriesJunio C Hamano1-1/+27
2024-03-04setup: remove unnecessary variableGhanshyam Thakkar1-33/+3
2024-02-27builtin/clone: allow remote helpers to detect repoPatrick Steinhardt1-1/+8
2024-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano1-1/+0
2024-01-30Merge branch 'kl/allow-working-in-dot-git-in-non-bare-repository'Junio C Hamano1-1/+2
2024-01-26Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano1-16/+1
2024-01-20setup: allow cwd=.git w/ bareRepository=explicitKyle Lippincott1-1/+2
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano1-6/+60
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano1-1/+0
2024-01-08setup: move creation of "refs/" into the files backendPatrick Steinhardt1-15/+0
2024-01-08refs: prepare `refs_init_db()` for initializing worktree refsPatrick Steinhardt1-1/+1
2024-01-02setup: introduce GIT_DEFAULT_REF_FORMAT envvarPatrick Steinhardt1-0/+7