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