diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-06-29 23:17:24 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-06-29 23:17:24 +0200 |
commit | 1033b982914206285fb7ee772cd29f7c60c4f929 (patch) | |
tree | dfae7465da8c987e8085ff6daccee6312505cc15 /t/t5702-protocol-v2.sh | |
parent | The fifth batch (diff) | |
parent | check_repository_format_gently(): refuse extensions for old repositories (diff) | |
download | git-1033b982914206285fb7ee772cd29f7c60c4f929.tar.xz git-1033b982914206285fb7ee772cd29f7c60c4f929.zip |
Merge branch 'xl/upgrade-repo-format'
Allow runtime upgrade of the repository format version, which needs
to be done carefully.
There is a rather unpleasant backward compatibility worry with the
last step of this series, but it is the right thing to do in the
longer term.
* xl/upgrade-repo-format:
check_repository_format_gently(): refuse extensions for old repositories
sparse-checkout: upgrade repository to version 1 when enabling extension
fetch: allow adding a filter after initial clone
repository: add a helper function to perform repository format upgrade
Diffstat (limited to 't/t5702-protocol-v2.sh')
-rwxr-xr-x | t/t5702-protocol-v2.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/t/t5702-protocol-v2.sh b/t/t5702-protocol-v2.sh index 7ab0217fb3..baf1d7b5c8 100755 --- a/t/t5702-protocol-v2.sh +++ b/t/t5702-protocol-v2.sh @@ -348,7 +348,6 @@ test_expect_success 'partial fetch' ' rm -rf client "$(pwd)/trace" && git init client && SERVER="file://$(pwd)/server" && - test_config -C client extensions.partialClone "$SERVER" && GIT_TRACE_PACKET="$(pwd)/trace" git -C client -c protocol.version=2 \ fetch --filter=blob:none "$SERVER" master:refs/heads/other && |