summaryrefslogtreecommitdiffstats
path: root/setup.c
AgeCommit message (Expand)AuthorLines
2024-01-30Merge branch 'kl/allow-working-in-dot-git-in-non-bare-repository'Junio C Hamano-1/+2
2024-01-26Merge branch 'ps/worktree-refdb-initialization'Junio C Hamano-16/+1
2024-01-20setup: allow cwd=.git w/ bareRepository=explicitKyle Lippincott-1/+2
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano-6/+60
2024-01-08Merge branch 'en/header-cleanup'Junio C Hamano-1/+0
2024-01-08setup: move creation of "refs/" into the files backendPatrick Steinhardt-15/+0
2024-01-08refs: prepare `refs_init_db()` for initializing worktree refsPatrick Steinhardt-1/+1
2024-01-02setup: introduce GIT_DEFAULT_REF_FORMAT envvarPatrick Steinhardt-0/+7
2024-01-02setup: introduce "extensions.refStorage" extensionPatrick Steinhardt-3/+21
2024-01-02setup: set repository's formats on initPatrick Steinhardt-0/+7
2024-01-02setup: start tracking ref storage formatPatrick Steinhardt-3/+25
2023-12-27Merge branch 'ps/clone-into-reftable-repository'Junio C Hamano-45/+69
2023-12-26treewide: remove unnecessary includes in source filesElijah Newren-1/+0
2023-12-20Merge branch 'ps/clone-into-reftable-repository' into ps/refstorage-extensionJunio C Hamano-45/+69
2023-12-12builtin/clone: create the refdb with the correct object formatPatrick Steinhardt-1/+1
2023-12-12setup: allow skipping creation of the refdbPatrick Steinhardt-8/+5
2023-12-12setup: extract function to create the refdbPatrick Steinhardt-38/+65
2023-12-09setup: handle NULL value when parsing extensionsJeff King-0/+2
2023-11-07setup: fix leaking repository formatPatrick Steinhardt-0/+2
2023-11-07setup: refactor `upgrade_repository_format()` to have common exitPatrick Steinhardt-11/+20
2023-11-02Merge branch 'ds/scalar-updates' into maint-2.42Junio C Hamano-22/+12
2023-08-28setup: add discover_git_directory_reason()Derrick Stolee-22/+12
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano-1/+0
2023-07-06Merge branch 'gc/config-context'Junio C Hamano-6/+12
2023-07-05treewide: remove unnecessary includes for wrapper.hCalvin Wan-1/+0
2023-06-29Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano-0/+493
2023-06-28config: pass kvi to die_bad_number()Glen Choo-1/+1
2023-06-28config: add ctx arg to config_fn_tGlen Choo-5/+11
2023-06-23Merge branch 'gc/discover-not-setup'Junio C Hamano-8/+0
2023-06-21repository: remove unnecessary include of path.hElijah Newren-0/+1
2023-06-21setup: adopt shared init-db & clone codeElijah Newren-0/+492
2023-06-16setup.c: don't setup in discover_git_directory()Glen Choo-5/+0
2023-05-26repository: move 'repository_format_worktree_config' to repo scopeVictoria Dye-2/+8
2023-05-01setup: trace bare repository setupsGlen Choo-0/+1
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren-0/+1
2023-04-11treewide: remove cache.h inclusion due to object-name.h changesElijah Newren-1/+1
2023-04-11object-name.h: move declarations for object-name.c functions from cache.hElijah Newren-0/+1
2023-04-11treewide: be explicit about dependence on trace.h & trace2.hElijah Newren-0/+1
2023-03-21setup.h: move declarations for setup.c functions from cache.hElijah Newren-0/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren-0/+1
2023-03-21abspath.h: move absolute path functions from cache.hElijah Newren-0/+1
2023-03-21treewide: be explicit about dependence on gettext.hElijah Newren-0/+1
2022-08-14Merge branch 'js/safe-directory-plus'Junio C Hamano-12/+18
2022-08-08setup: prepare for more detailed "dubious ownership" messagesJohannes Schindelin-10/+15
2022-08-08setup: fix some formattingJohannes Schindelin-4/+5
2022-07-14setup.c: create `safe.bareRepository`Glen Choo-1/+56
2022-07-14safe.directory: use git_protected_config()Glen Choo-1/+1
2022-07-11Sync with Git 2.37.1Junio C Hamano-11/+60
2022-07-11Merge branch 'cr/setup-bug-typo'Junio C Hamano-1/+1
2022-06-27Sync with Git 2.36.2Junio C Hamano-11/+60