summaryrefslogtreecommitdiffstats
path: root/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2024-01-02setup: introduce "extensions.refStorage" extensionPatrick Steinhardt1-3/+21
2024-01-02setup: set repository's formats on initPatrick Steinhardt1-0/+7
2024-01-02setup: start tracking ref storage formatPatrick Steinhardt1-3/+25
2023-12-27Merge branch 'ps/clone-into-reftable-repository'Junio C Hamano1-45/+69
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren1-1/+0
2023-12-20Merge branch 'ps/clone-into-reftable-repository' into ps/refstorage-extensionJunio C Hamano1-45/+69
2023-12-12builtin/clone: create the refdb with the correct object formatPatrick Steinhardt1-1/+1
2023-12-12setup: allow skipping creation of the refdbPatrick Steinhardt1-8/+5
2023-12-12setup: extract function to create the refdbPatrick Steinhardt1-38/+65
2023-12-09setup: handle NULL value when parsing extensionsJeff King1-0/+2
2023-11-07setup: fix leaking repository formatPatrick Steinhardt1-0/+2
2023-11-07setup: refactor `upgrade_repository_format()` to have common exitPatrick Steinhardt1-11/+20
2023-11-02Merge branch 'ds/scalar-updates' into maint-2.42Junio C Hamano1-22/+12
2023-08-28setup: add discover_git_directory_reason()Derrick Stolee1-22/+12
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano1-6/+12
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan1-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano1-0/+493
2023-06-28config: pass kvi to die_bad_number()Glen Choo1-1/+1
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-5/+11
2023-06-23Merge branch 'gc/discover-not-setup'Junio C Hamano1-8/+0
2023-06-21repository: remove unnecessary include of path.hElijah Newren1-0/+1
2023-06-21setup: adopt shared init-db & clone codeElijah Newren1-0/+492
2023-06-16setup.c: don't setup in discover_git_directory()Glen Choo1-5/+0
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye1-2/+8
2023-05-01setup: trace bare repository setupsGlen Choo1-0/+1
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren1-0/+1
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren1-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren1-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren1-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren1-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren1-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren1-0/+1