merge(3p/git): Merge git upstream at v2.26.2
This commit is contained in:
commit
5229c9b232
1006 changed files with 149006 additions and 60819 deletions
10
third_party/git/t/t5517-push-mirror.sh
vendored
10
third_party/git/t/t5517-push-mirror.sh
vendored
|
|
@ -265,4 +265,14 @@ test_expect_success 'remote.foo.mirror=no has no effect' '
|
|||
|
||||
'
|
||||
|
||||
test_expect_success 'push to mirrored repository with refspec fails' '
|
||||
mk_repo_pair &&
|
||||
(
|
||||
cd master &&
|
||||
echo one >foo && git add foo && git commit -m one &&
|
||||
git config --add remote.up.mirror true &&
|
||||
test_must_fail git push up master
|
||||
)
|
||||
'
|
||||
|
||||
test_done
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue