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.
Robert Rhoades 2ced7b0bf8 Fix git init -b being unavailable for older versions
On older versions of git init doesn't have the -b flag. That
was introduced in v2.28.0.

Instead switch to using git checkout -b which has much
wider support (2.4.12 was as far back as I could check on
the docs).
4 years ago
..
ArchivableFilesFinderTest.php Fix 7.4 build 4 years ago
ArchiveManagerTest.php Fix git init -b being unavailable for older versions 4 years ago
ArchiverTest.php Fixes from PHPStan (#7687) 6 years ago
GitExcludeFilterTest.php use Symfony PHPUnit Bridge 4 years ago
HgExcludeFilterTest.php use Symfony PHPUnit Bridge 4 years ago
PharArchiverTest.php CS fixes 7 years ago
ZipArchiverTest.php CS fixes 7 years ago