summaryrefslogtreecommitdiff
path: root/setup.c
AgeCommit message (Expand)Author
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-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-08setup: handle NULL value when parsing extensionsJeff King
2023-11-06setup: fix leaking repository formatPatrick Steinhardt
2023-11-06setup: refactor `upgrade_repository_format()` to have common exitPatrick Steinhardt
2023-11-02Merge branch 'ds/scalar-updates' into maint-2.42Junio C Hamano
2023-10-02repository: implement extensions.compatObjectFormatbrian m. carlson
2023-10-02repository: add a compatibility hash algorithmEric W. Biederman
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