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-02builtin/clone: introduce `--ref-format=` value flagPatrick Steinhardt
2024-01-02setup: introduce "extensions.refStorage" extensionPatrick 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-20Merge branch 'jk/implicit-true'Junio C Hamano
2023-12-12builtin/clone: create the refdb with the correct object formatPatrick Steinhardt
2023-12-12builtin/clone: skip reading HEAD when retrieving remotePatrick Steinhardt
2023-12-12builtin/clone: set up sparse checkout laterPatrick Steinhardt
2023-12-12builtin/clone: fix bundle URIs with mismatching object formatsPatrick Steinhardt
2023-12-09config: handle NULL value when parsing non-boolsJeff King
2023-11-27i18n: factorize even more 'incompatible options' messagesRené Scharfe
2023-07-28Merge branch 'jc/transport-parseopt-fix'Junio C Hamano
2023-07-19parse-options: introduce OPT_IPVERSION()Junio C Hamano
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-29config: add ctx arg to config_fn_tGlen Choo
2023-06-21object-store-ll.h: split this header out of object-store.hElijah Newren
2023-06-21repository: remove unnecessary include of path.hElijah Newren
2023-06-21init-db, clone: change unnecessary global into passed parameterElijah Newren
2023-05-10Merge branch 'en/header-split-cache-h-part-2'Junio C Hamano
2023-04-25Merge branch 'en/header-split-cache-h'Junio C Hamano
2023-04-24pkt-line.h: move declarations for pkt-line.c functions from cache.hElijah Newren
2023-04-24copy.h: move declarations for copy.c functions from cache.hElijah Newren
2023-04-21Merge branch 'gc/better-error-when-local-clone-fails-with-symlink'Junio C Hamano
2023-04-11Merge branch 'jc/clone-object-format-from-void'Junio C Hamano
2023-04-11treewide: remove double forward declaration of read_in_fullElijah Newren
2023-04-11object-file.h: move declarations for object-file.c functions from cache.hElijah Newren
2023-04-11treewide: be explicit about dependence on advice.hElijah Newren
2023-04-11clone: error specifically with --local and symlinked objectsGlen Choo
2023-04-06Merge branch 'en/header-split-cleanup'Junio C Hamano
2023-04-06Merge branch 'ab/remove-implicit-use-of-the-repository'Junio C Hamano
2023-04-06clone: propagate object-format when cloning from voidJunio C Hamano
2023-04-04Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-...Junio C Hamano
2023-03-28cocci: apply the "object-store.h" part of "the_repository.pending"Ævar Arnfjörð Bjarmason
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
2023-02-24cache.h: remove dependence on hex.h; make other files include it explicitlyElijah Newren
2023-02-23Merge branch 'ab/various-leak-fixes'Junio C Hamano
2023-02-16Merge branch 'ds/bundle-uri-5'Junio C Hamano
2023-02-14Sync with Git 2.39.2Junio C Hamano
2023-02-07clone: use free() instead of UNLEAK()Ævar Arnfjörð Bjarmason
2023-02-06Sync with 2.38.4Johannes Schindelin
2023-02-06Sync with 2.37.6Johannes Schindelin