You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
3 years ago
..
FossilDriverTest.php Enable strict types on all files 3 years ago
GitBitbucketDriverTest.php Enable strict types on all files 3 years ago
GitDriverTest.php GitDriver: try to fetch default branch from remote (#10687) 3 years ago
GitHubDriverTest.php Parallellize the branch comparisons to speed up bootstrapping/version guessing when on a feature branch (#10632) 3 years ago
GitLabDriverTest.php Enable strict types on all files 3 years ago
HgDriverTest.php Enable strict types on all files 3 years ago
PerforceDriverTest.php Enable strict types on all files 3 years ago
SvnDriverTest.php Enable strict types on all files 3 years ago