Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-16Merge branch 'ps/refstorage-extension'Junio C Hamano
2024-01-09Merge branch 'en/header-cleanup'Junio C Hamano
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-28Merge 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-30Merge branch 'en/header-split-cache-h-part-3'Junio C Hamano
2023-06-29config: pass kvi to die_bad_number()Glen Choo
2023-06-29config: 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-15Merge 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-15setup.c: create `safe.bareRepository`Glen Choo
2022-07-15safe.directory: use git_protected_config()Glen Choo
2022-07-12Sync with Git 2.37.1Junio C Hamano
2022-07-12Merge branch 'cr/setup-bug-typo'Junio C Hamano
2022-06-27Sync with Git 2.36.2Junio C Hamano
2022-06-23Sync with 2.35.4Johannes Schindelin
2022-06-23Sync with 2.34.4Johannes Schindelin
2022-06-23Sync with 2.32.3Johannes Schindelin
2022-06-23Sync with 2.31.4Johannes Schindelin
2022-06-23setup: tighten ownership checks post CVE-2022-24765Carlo Marcelo Arenas Belón