]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'bc/sha-256-part-2'
authorJunio C Hamano <gitster@pobox.com>
Tue, 7 Jul 2020 05:09:13 +0000 (22:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Jul 2020 05:09:13 +0000 (22:09 -0700)
commit12210859da0c16c644dab658d9e1ef671ec28788
treee8035e6e8412b45972e8836399f531c6379313f8
parenta08a83db2bf27f015bec9a435f6d73e223c21c5e
parent3716d50dd5c8ee7e5ccaa89fcbfff2cd1b82ad1d
Merge branch 'bc/sha-256-part-2'

SHA-256 migration work continues.

* bc/sha-256-part-2: (44 commits)
  remote-testgit: adapt for object-format
  bundle: detect hash algorithm when reading refs
  t5300: pass --object-format to git index-pack
  t5704: send object-format capability with SHA-256
  t5703: use object-format serve option
  t5702: offer an object-format capability in the test
  t/helper: initialize the repository for test-sha1-array
  remote-curl: avoid truncating refs with ls-remote
  t1050: pass algorithm to index-pack when outside repo
  builtin/index-pack: add option to specify hash algorithm
  remote-curl: detect algorithm for dumb HTTP by size
  builtin/ls-remote: initialize repository based on fetch
  t5500: make hash independent
  serve: advertise object-format capability for protocol v2
  connect: parse v2 refs with correct hash algorithm
  connect: pass full packet reader when parsing v2 refs
  Documentation/technical: document object-format for protocol v2
  t1302: expect repo format version 1 for SHA-256
  builtin/show-index: provide options to determine hash algo
  t5302: modernize test formatting
  ...
25 files changed:
Documentation/gitremote-helpers.txt
Documentation/technical/protocol-v2.txt
builtin/clone.c
builtin/receive-pack.c
connect.c
connect.h
fetch-pack.c
git-compat-util.h
git.c
pkt-line.c
pkt-line.h
remote-curl.c
send-pack.c
serve.c
setup.c
t/t3200-branch.sh
t/t5500-fetch-pack.sh
t/t5550-http-fetch-dumb.sh
t/t5702-protocol-v2.sh
t/t5703-upload-pack-ref-in-want.sh
t/test-lib.sh
transport-helper.c
transport.c
transport.h
upload-pack.c