1
0
Fork 0
composer/tests/Composer/Test/Repository/Vcs
Stephan ef12e42bdb
GitDriver: try to fetch default branch from remote (#10687)
The initial clone determined what the default branch of the cache git repository was. Changing it on the remote didn't have any impact on the local data. However, cloning it on a different machine would then store a different default branch on that machine. This could lead to different results for the same command on different machines.
2022-04-01 17:13:22 +02:00
..
FossilDriverTest.php Enable strict types on all files 2022-02-24 13:24:34 +01:00
GitBitbucketDriverTest.php Enable strict types on all files 2022-02-24 13:24:34 +01:00
GitDriverTest.php GitDriver: try to fetch default branch from remote (#10687) 2022-04-01 17:13:22 +02:00
GitHubDriverTest.php Parallellize the branch comparisons to speed up bootstrapping/version guessing when on a feature branch (#10632) 2022-03-17 14:52:14 +01:00
GitLabDriverTest.php Enable strict types on all files 2022-02-24 13:24:34 +01:00
HgDriverTest.php Enable strict types on all files 2022-02-24 13:24:34 +01:00
PerforceDriverTest.php Enable strict types on all files 2022-02-24 13:24:34 +01:00
SvnDriverTest.php Enable strict types on all files 2022-02-24 13:24:34 +01:00