]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/clone-into-reftable-repository'
authorJunio C Hamano <gitster@pobox.com>
Wed, 27 Dec 2023 22:52:28 +0000 (14:52 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 27 Dec 2023 22:52:28 +0000 (14:52 -0800)
"git clone" has been prepared to allow cloning a repository with
non-default hash function into a repository that uses the reftable
backend.

* ps/clone-into-reftable-repository:
  builtin/clone: create the refdb with the correct object format
  builtin/clone: skip reading HEAD when retrieving remote
  builtin/clone: set up sparse checkout later
  builtin/clone: fix bundle URIs with mismatching object formats
  remote-curl: rediscover repository when fetching refs
  setup: allow skipping creation of the refdb
  setup: extract function to create the refdb

1  2 
builtin/clone.c
setup.c

diff --cc builtin/clone.c
Simple merge
diff --cc setup.c
Simple merge