summaryrefslogtreecommitdiff
path: root/setup.c
AgeCommit message (Expand)Author
2024-07-02Merge branch 'tb/precompose-getcwd' into maint-2.45Junio C Hamano
2024-06-28Merge branch 'jc/safe-directory-leading-path' into maint-2.45Junio C Hamano
2024-06-28Merge branch 'ps/fix-reinit-includeif-onbranch' into maint-2.45Junio C Hamano
2024-05-31macOS: ls-files path fails if path of workdir is NFDTorsten Bögershausen
2024-05-29safe.directory: allow "lead/ing/path/*" matchJunio C Hamano
2024-05-22setup: fix bug with "includeIf.onbranch" when initializing dirPatrick Steinhardt
2024-04-29Sync with 2.44.1Johannes Schindelin
2024-04-19Sync with 2.43.4Johannes Schindelin
2024-04-19Sync with 2.42.2Johannes Schindelin
2024-04-19Sync with 2.41.1Johannes Schindelin
2024-04-19Sync with 2.40.2Johannes Schindelin
2024-04-19init.templateDir: consider this config setting protectedJohannes Schindelin
2024-04-17init: refactor the template directory discovery into its own functionJohannes Schindelin
2024-04-17fetch/clone: detect dubious ownership of local repositoriesJohannes Schindelin
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-02-08Merge branch 'en/header-cleanup' into maint-2.43Junio C Hamano
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-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