We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dd4e74 + 5f70859 commit cc930b7Copy full SHA for cc930b7
t/t5606-clone-options.sh
@@ -109,7 +109,7 @@ test_expect_success 'chooses correct default initial branch name' '
109
git -c init.defaultBranch=foo init --bare empty &&
110
test_config -C empty lsrefs.unborn advertise &&
111
GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME= \
112
- git -c init.defaultBranch=up clone empty whats-up &&
+ git -c init.defaultBranch=up -c protocol.version=2 clone empty whats-up &&
113
test refs/heads/foo = $(git -C whats-up symbolic-ref HEAD) &&
114
test refs/heads/foo = $(git -C whats-up config branch.foo.merge)
115
'
0 commit comments