diff options
author | Derrick Stolee <derrickstolee@github.com> | 2022-12-22 16:14:17 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2022-12-25 08:24:24 +0100 |
commit | 876094ac16870727207e6afc0b26060101a52359 (patch) | |
tree | 54e5ac961903b138d57997670589c370c54590bb /builtin/bugreport.c | |
parent | bundle-uri: download bundles from an advertised list (diff) | |
download | git-876094ac16870727207e6afc0b26060101a52359.tar.xz git-876094ac16870727207e6afc0b26060101a52359.zip |
clone: unbundle the advertised bundles
A previous change introduced the transport methods to acquire a bundle
list from the 'bundle-uri' protocol v2 command, when advertised _and_
when the client has chosen to enable the feature.
Teach Git to download and unbundle the data advertised by those bundles
during 'git clone'. This takes place between the ref advertisement and
the object data download, and stateful connections will linger while
the client downloads bundles. In the future, we should consider closing
the remote connection during this process.
Also, since the --bundle-uri option exists, we do not want to mix the
advertised bundles with the user-specified bundles.
Signed-off-by: Derrick Stolee <derrickstolee@github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/bugreport.c')
0 files changed, 0 insertions, 0 deletions