summaryrefslogtreecommitdiff
path: root/t/perf/p5600-partial-clone.sh
diff options
context:
space:
mode:
authorJosh Steadmon <steadmon@google.com>2019-04-19 21:00:13 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-04-21 05:08:53 (GMT)
commitdfa33a298de2ab724d4812633bb009a90d1df790 (patch)
treef15ffe4ed29fe4acadffd36d8c49057ecec538ce /t/perf/p5600-partial-clone.sh
parent041f5ea1cf987a4068ef5f39ba0a09be85952064 (diff)
downloadgit-dfa33a298de2ab724d4812633bb009a90d1df790.zip
git-dfa33a298de2ab724d4812633bb009a90d1df790.tar.gz
git-dfa33a298de2ab724d4812633bb009a90d1df790.tar.bz2
clone: do faster object check for partial clones
For partial clones, doing a full connectivity check is wasteful; we skip promisor objects (which, for a partial clone, is all known objects), and enumerating them all to exclude them from the connectivity check can take a significant amount of time on large repos. At most, we want to make sure that we get the objects referred to by any wanted refs. For partial clones, just check that these objects were transferred. Signed-off-by: Josh Steadmon <steadmon@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/perf/p5600-partial-clone.sh')
0 files changed, 0 insertions, 0 deletions