Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repository "exclude" option uses partial matching against defined values #10001

Closed
damienmckenna opened this issue Jul 14, 2021 · 1 comment
Closed
Labels
Milestone

Comments

@damienmckenna
Copy link

damienmckenna commented Jul 14, 2021

Relevant segments of my composer.json:

...
    "repositories": {
        "drupal/field_collection": {
          "type": "git",
          "url": "https://git.drupalcode.org/issue/field_collection-3187610.git"
        },
        "drupal": {
            "type": "composer",
            "url": "https://packages.drupal.org/8",
            "exclude": [
                "drupal/config_bulk_update",
                "drupal/filebrowser",
                "drupal/field_collection",
                "drupal/lazyloader",
                "drupal/search_exclude"
            ]
        },
...

Output of composer diagnose:

Checking composer.json: WARNING
No license specified, it is recommended to do so. For closed-source software you may use "proprietary" as license.
require.acquia/memcache-settings : unbound version constraints (*) should be avoided
require.drupal/metatag_access : unbound version constraints (*) should be avoided
Checking platform settings: OK
Checking git settings: OK
Checking http connectivity to packagist: OK
Checking https connectivity to packagist: OK
Checking github.com oauth access: OK
Checking disk free space: OK
Checking pubkeys: 
Tags Public Key Fingerprint: 57815BA2 7E54DC31 7ECC7CC5 573090D0  87719BA6 8F3BB723 4E5D42D0 84A14642
Dev Public Key Fingerprint: 4AC45767 E5EC2265 2F0C1167 CBBB8A2B  0C708369 153E328C AD90147D AFE50952
OK
Checking composer version: OK
Composer version: 2.1.3
PHP version: 7.3.28
PHP binary path: /usr/local/Cellar/php@7.3/7.3.28/bin/php
OpenSSL version: OpenSSL 1.1.1k  25 Mar 2021
cURL version: 7.76.1 libz 1.2.11 ssl (SecureTransport) OpenSSL/1.1.1k
zip: extension present, unzip present

When I run this command:

composer info --all drupal/field_collection_to_paragraphs -vvv

I get the following output:

Reading ./composer.json (/Users/dmckenna/projectname/composer.json)
Loading config file /Users/dmckenna/.composer/config.json
Loading config file /Users/dmckenna/.composer/auth.json
Loading config file ./composer.json (/Users/dmckenna/projectname/composer.json)
Checked CA file /usr/local/etc/openssl@1.1/cert.pem: valid
Executing command (/Users/dmckenna/projectname): git branch -a --no-color --no-abbrev -v
Executing command (/Users/dmckenna/projectname): git rev-list master..development
Executing command (/Users/dmckenna/projectname): git rev-list remotes/origin/master..development
Reading /Users/dmckenna/.composer/composer.json
Loading config file /Users/dmckenna/.composer/config.json
Loading config file /Users/dmckenna/.composer/auth.json
Loading config file /Users/dmckenna/.composer/composer.json (/Users/dmckenna/.composer/composer.json)
Loading config file /Users/dmckenna/.composer/auth.json
Reading /Users/dmckenna/.composer/auth.json
Reading /Users/dmckenna/projectname/vendor/composer/installed.json
Reading /Users/dmckenna/.composer/vendor/composer/installed.json
Loading plugin Composer\Installers\Plugin (from composer/installers)
Loading plugin cweagans\Composer\Patches (from cweagans/composer-patches)
Loading plugin OomphInc\ComposerInstallersExtender\Plugin (from oomphinc/composer-installers-extender)
Loading plugin Acquia\Blt\Composer\Plugin (from acquia/blt)
Loading plugin Drupal\Composer\Plugin\Scaffold\Plugin (from drupal/core-composer-scaffold)
Loading plugin Dealerdirect\Composer\Plugin\Installers\PHPCodeSniffer\Plugin (from dealerdirect/phpcodesniffer-composer-installer, installed globally)
Running 2.1.3 (2021-06-09 16:31:20) with PHP 7.3.28 on Darwin / 19.6.0
Reading ./composer.lock (/Users/dmckenna/projectname/composer.lock)
> command: Drupal\Composer\Plugin\Scaffold\Plugin->onCommand
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-field-collection-3187610.git/): git rev-parse --git-dir
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-field-collection-3187610.git/): git remote -v
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-field-collection-3187610.git/): git remote set-url origin -- 'https://git.drupalcode.org/issue/field_collection-3187610.git' && git remote update --prune origin && git remote set-url origin -- 'https://git.drupalcode.org/issue/field_collection-3187610.git' && git gc --auto
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-field-collection-3187610.git/): git show-ref --tags --dereference
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-field-collection-3187610.git/): git branch --no-color --no-abbrev -v
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-field-collection-3187610.git/): git branch --no-color
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-field-collection-3187610.git/): git show '7.x-1.x':'composer.json'
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0)
Skipped tag 7.x-1.0, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta1)
Skipped tag 7.x-1.0-beta1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta10)
Skipped tag 7.x-1.0-beta10, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta11)
Skipped tag 7.x-1.0-beta11, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta12)
Skipped tag 7.x-1.0-beta12, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta13)
Skipped tag 7.x-1.0-beta13, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta2)
Skipped tag 7.x-1.0-beta2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta3)
Skipped tag 7.x-1.0-beta3, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta4)
Skipped tag 7.x-1.0-beta4, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta5)
Skipped tag 7.x-1.0-beta5, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta7)
Skipped tag 7.x-1.0-beta7, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta8)
Skipped tag 7.x-1.0-beta8, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta9)
Skipped tag 7.x-1.0-beta9, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.1)
Skipped tag 7.x-1.1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.2)
Skipped tag 7.x-1.2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (8.x-1.0-alpha1)
Skipped tag 8.x-1.0-alpha1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (3187610-d9-fixes)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-field-collection-3187610.git/c7e10beddcd4b4627cd00d131f62c4799a261ed2 from cache
Importing branch 3187610-d9-fixes (dev-3187610-d9-fixes)
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-field-collection-3187610.git/8bfce0badf84d5f49fbcc8687ffba87c3da01a2c from cache
Skipped branch 7.x-1.x, no composer file
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (8.x-1.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-field-collection-3187610.git/2c644c5f8bcad2c100144bb0aeb63d29d34d761d from cache
Importing branch 8.x-1.x (dev-8.x-1.x)
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (8.x-2.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-field-collection-3187610.git/f6d0fdf4170559943c716a289bff7fbbf778e8f4 from cache
Skipped branch 8.x-2.x, no composer file
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (8.x-3.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-field-collection-3187610.git/3a75aa582983b9657bc27d9467999d3a9609fec4 from cache
Importing branch 8.x-3.x (dev-8.x-3.x)
Using GitHub token authentication

[excluded details related to private repository]

Downloading https://asset-packagist.org/packages.json
[200] https://asset-packagist.org/packages.json
Writing /Users/dmckenna/Library/Caches/composer/repo/https---asset-packagist.org/packages.json into cache
Reading /Users/dmckenna/Library/Caches/composer/repo/https---asset-packagist.org/p-provider-latest-.json from cache
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-2783131-3201332.git/): git rev-parse --git-dir
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-2783131-3201332.git/): git remote -v
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-2783131-3201332.git/): git remote set-url origin -- 'https://git.drupalcode.org/issue/2783131-3201332.git' && git remote update --prune origin && git remote set-url origin -- 'https://git.drupalcode.org/issue/2783131-3201332.git' && git gc --auto
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-2783131-3201332.git/): git show-ref --tags --dereference
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-2783131-3201332.git/): git branch --no-color --no-abbrev -v
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-2783131-3201332.git/): git branch --no-color
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-2783131-3201332.git/): git show '8.x-1.x':'composer.json'
Reading composer.json of https://git.drupalcode.org/issue/2783131-3201332.git (3201332-drupal9)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-2783131-3201332.git/114b8fa8fddfd481fd3c40de93494c0f34333bd2 from cache
Importing branch 3201332-drupal9 (dev-3201332-drupal9)
Reading composer.json of https://git.drupalcode.org/issue/2783131-3201332.git (8.x-1.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-2783131-3201332.git/b3cfaf4292c64347e630a376cab0c5578e1b545e from cache
Skipped branch 8.x-1.x, no composer file
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-lazyloader-3147908.git/): git rev-parse --git-dir
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-lazyloader-3147908.git/): git remote -v
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-lazyloader-3147908.git/): git remote set-url origin -- 'https://git.drupalcode.org/issue/lazyloader-3147908.git' && git remote update --prune origin && git remote set-url origin -- 'https://git.drupalcode.org/issue/lazyloader-3147908.git' && git gc --auto
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-lazyloader-3147908.git/): git show-ref --tags --dereference
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-lazyloader-3147908.git/): git branch --no-color --no-abbrev -v
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-lazyloader-3147908.git/): git branch --no-color
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-lazyloader-3147908.git/): git show '8.x-1.x':'composer.json'
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-lazyloader-3147908.git/): git -c log.showSignature=false log -1 --format=%at '8.x-1.x'
Reading composer.json of drupal/lazyloader (7.x-1.0)
Skipped tag 7.x-1.0, invalid tag name
Reading composer.json of drupal/lazyloader (7.x-1.1)
Skipped tag 7.x-1.1, invalid tag name
Reading composer.json of drupal/lazyloader (7.x-1.2)
Skipped tag 7.x-1.2, invalid tag name
Reading composer.json of drupal/lazyloader (7.x-1.3)
Skipped tag 7.x-1.3, invalid tag name
Reading composer.json of drupal/lazyloader (7.x-1.4)
Skipped tag 7.x-1.4, invalid tag name
Reading composer.json of drupal/lazyloader (7.x-1.5)
Skipped tag 7.x-1.5, invalid tag name
Reading composer.json of drupal/lazyloader (7.x-2.0-alpha1)
Skipped tag 7.x-2.0-alpha1, invalid tag name
Reading composer.json of drupal/lazyloader (7.x-2.0-alpha2)
Skipped tag 7.x-2.0-alpha2, invalid tag name
Reading composer.json of drupal/lazyloader (8.x-1.0-alpha1)
Skipped tag 8.x-1.0-alpha1, invalid tag name
Reading composer.json of drupal/lazyloader (8.x-1.0-alpha2)
Skipped tag 8.x-1.0-alpha2, invalid tag name
Reading composer.json of drupal/lazyloader (8.x-1.0-alpha3)
Skipped tag 8.x-1.0-alpha3, invalid tag name
Reading composer.json of drupal/lazyloader (8.x-1.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-lazyloader-3147908.git/efc04c3a8af67c18be503fc4f981cc50b683c960 from cache
Importing branch 8.x-1.x (dev-8.x-1.x)
Reading composer.json of drupal/lazyloader (3147908-drupal9)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-lazyloader-3147908.git/22e9d41f6bd83b747998849fb255f51624c446f3 from cache
Importing branch 3147908-drupal9 (dev-3147908-drupal9)
Reading composer.json of drupal/lazyloader (7.x-1.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-lazyloader-3147908.git/a710109b5c363e5057dcc81f65e73b27b5dbbfc5 from cache
Skipped branch 7.x-1.x, no composer file
Reading composer.json of drupal/lazyloader (7.x-2.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-lazyloader-3147908.git/c001ac3bfbc2b818d6c81cdcb7ef587c823cf2b1 from cache
Skipped branch 7.x-2.x, no composer file
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-search-exclude-3073740.git/): git rev-parse --git-dir
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-search-exclude-3073740.git/): git remote -v
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-search-exclude-3073740.git/): git remote set-url origin -- 'https://git.drupalcode.org/issue/search_exclude-3073740.git' && git remote update --prune origin && git remote set-url origin -- 'https://git.drupalcode.org/issue/search_exclude-3073740.git' && git gc --auto
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-search-exclude-3073740.git/): git show-ref --tags --dereference
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-search-exclude-3073740.git/): git branch --no-color --no-abbrev -v
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-search-exclude-3073740.git/): git branch --no-color
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-search-exclude-3073740.git/): git show '8.x-1.x':'composer.json'
Reading composer.json of https://git.drupalcode.org/issue/search_exclude-3073740.git (8.x-1.0)
Skipped tag 8.x-1.0, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/search_exclude-3073740.git (8.x-1.1)
Skipped tag 8.x-1.1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/search_exclude-3073740.git (8.x-1.2)
Skipped tag 8.x-1.2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/search_exclude-3073740.git (3073740-drupal9)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-search-exclude-3073740.git/ed3c7a092c6d0e03001abb324b75887a7a39fe1a from cache
Importing branch 3073740-drupal9 (dev-3073740-drupal9)
Reading composer.json of https://git.drupalcode.org/issue/search_exclude-3073740.git (8.x-1.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-search-exclude-3073740.git/e5a9d9923f60c72b39caff82fc2c746bc183eca0 from cache
Skipped branch 8.x-1.x, no composer file
Reading composer.json of https://git.drupalcode.org/issue/search_exclude-3073740.git (master)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-search-exclude-3073740.git/5214d367f4aa64f1defc693da4fe49f9f51fc044 from cache
Skipped branch master, no composer file
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-filebrowser-3158576.git/): git rev-parse --git-dir
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-filebrowser-3158576.git/): git remote -v
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-filebrowser-3158576.git/): git remote set-url origin -- 'https://git.drupalcode.org/issue/filebrowser-3158576.git' && git remote update --prune origin && git remote set-url origin -- 'https://git.drupalcode.org/issue/filebrowser-3158576.git' && git gc --auto
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-filebrowser-3158576.git/): git show-ref --tags --dereference
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-filebrowser-3158576.git/): git branch --no-color --no-abbrev -v
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-filebrowser-3158576.git/): git branch --no-color
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-filebrowser-3158576.git/): git show '7.x-3.x':'composer.json'
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (4.5.x-1.0)
Skipped tag 4.5.x-1.0, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (4.7.x-1.0)
Skipped tag 4.7.x-1.0, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (5.x-1.0)
Skipped tag 5.x-1.0, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (5.x-1.1)
Skipped tag 5.x-1.1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-1.0-beta)
Skipped tag 6.x-1.0-beta, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-1.1-beta1)
Skipped tag 6.x-1.1-beta1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-1.2)
Skipped tag 6.x-1.2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-1.3)
Skipped tag 6.x-1.3, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-1.4)
Skipped tag 6.x-1.4, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.0)
Skipped tag 6.x-2.0, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.0-beta)
Skipped tag 6.x-2.0-beta, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.0-beta2)
Skipped tag 6.x-2.0-beta2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.0-rc1)
Skipped tag 6.x-2.0-rc1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.0-rc10)
Skipped tag 6.x-2.0-rc10, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.0-rc11)
Skipped tag 6.x-2.0-rc11, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.0-rc12)
Skipped tag 6.x-2.0-rc12, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.0-rc13)
Skipped tag 6.x-2.0-rc13, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.0-rc2)
Skipped tag 6.x-2.0-rc2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.0-rc3)
Skipped tag 6.x-2.0-rc3, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.0-rc4)
Skipped tag 6.x-2.0-rc4, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.0-rc5)
Skipped tag 6.x-2.0-rc5, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.0-rc6)
Skipped tag 6.x-2.0-rc6, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.0-rc7)
Skipped tag 6.x-2.0-rc7, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.0-rc8)
Skipped tag 6.x-2.0-rc8, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.0-rc9)
Skipped tag 6.x-2.0-rc9, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.1)
Skipped tag 6.x-2.1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.2)
Skipped tag 6.x-2.2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-2.1)
Skipped tag 7.x-2.1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-2.2)
Skipped tag 7.x-2.2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-2.3)
Skipped tag 7.x-2.3, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-2.4)
Skipped tag 7.x-2.4, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-2.5)
Skipped tag 7.x-2.5, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-3.0)
Skipped tag 7.x-3.0, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-3.0-alpha1)
Skipped tag 7.x-3.0-alpha1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-3.0-alpha2)
Skipped tag 7.x-3.0-alpha2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-3.1)
Skipped tag 7.x-3.1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-3.2)
Skipped tag 7.x-3.2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-3.3)
Skipped tag 7.x-3.3, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-3.4)
Skipped tag 7.x-3.4, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-3.5)
Skipped tag 7.x-3.5, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-4.0-beta1)
Skipped tag 7.x-4.0-beta1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-4.0-beta2)
Skipped tag 7.x-4.0-beta2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-4.0-rc1)
Skipped tag 7.x-4.0-rc1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-4.0-rc2)
Skipped tag 7.x-4.0-rc2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0)
Skipped tag 8.x-2.0, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0-alpha1)
Skipped tag 8.x-2.0-alpha1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0-alpha2)
Skipped tag 8.x-2.0-alpha2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0-alpha3)
Skipped tag 8.x-2.0-alpha3, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0-beta1)
Skipped tag 8.x-2.0-beta1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0-beta2)
Skipped tag 8.x-2.0-beta2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0-beta3)
Skipped tag 8.x-2.0-beta3, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0-beta4)
Skipped tag 8.x-2.0-beta4, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0-beta5)
Skipped tag 8.x-2.0-beta5, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0-rc1)
Skipped tag 8.x-2.0-rc1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0-rc2)
Skipped tag 8.x-2.0-rc2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0-rc3)
Skipped tag 8.x-2.0-rc3, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0-rc4)
Skipped tag 8.x-2.0-rc4, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0-rc5)
Skipped tag 8.x-2.0-rc5, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0-rc6)
Skipped tag 8.x-2.0-rc6, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0-rc7)
Skipped tag 8.x-2.0-rc7, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0-rc8)
Skipped tag 8.x-2.0-rc8, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.0-rc9)
Skipped tag 8.x-2.0-rc9, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.1)
Skipped tag 8.x-2.1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.2)
Skipped tag 8.x-2.2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (3158576-drupal-9)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-filebrowser-3158576.git/a5cfef045b3fa8ec3caf358663f7667731892731 from cache
Skipped branch 3158576-drupal-9, no composer file
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (3158576-drupal9)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-filebrowser-3158576.git/f9f8337dbc34e1f42ab5b1e65b9dcbf4a51c204f from cache
Importing branch 3158576-drupal9 (dev-3158576-drupal9)
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (4.5.x-1.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-filebrowser-3158576.git/54c3500aec0ee73b900a95765f8b353fca6cd24a from cache
Skipped branch 4.5.x-1.x, no composer file
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (4.7.x-1.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-filebrowser-3158576.git/18b482f2199fe658579af8e587552792b8b841f2 from cache
Skipped branch 4.7.x-1.x, no composer file
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (5.x-1.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-filebrowser-3158576.git/dd994aca074e11a232df8a93b8c7118f3ed1f436 from cache
Skipped branch 5.x-1.x, no composer file
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-1.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-filebrowser-3158576.git/eab1f4186c702e0d94bc4b4769cf07940963e3c6 from cache
Skipped branch 6.x-1.x, no composer file
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (6.x-2.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-filebrowser-3158576.git/67fd925396b44863ff0b754917c29c8a4fc17699 from cache
Skipped branch 6.x-2.x, no composer file
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-2.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-filebrowser-3158576.git/09edff879850ce2201cacc558509d7d6269defba from cache
Skipped branch 7.x-2.x, no composer file
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-3.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-filebrowser-3158576.git/195a292d98c9b96a5a821c3e3f39cc36cc120fc7 from cache
Skipped branch 7.x-3.x, no composer file
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (7.x-4.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-filebrowser-3158576.git/a47f6638d01106939970fdfb20d689c9747e6deb from cache
Skipped branch 7.x-4.x, no composer file
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-1.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-filebrowser-3158576.git/9b21d673ce2271fa135b687b3d33b64d0c5d768f from cache
Skipped branch 8.x-1.x, no composer file
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (8.x-2.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-filebrowser-3158576.git/5526172b4a1c33a631832b15a22f0e963087cab1 from cache
Skipped branch 8.x-2.x, no composer file
Reading composer.json of https://git.drupalcode.org/issue/filebrowser-3158576.git (master)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-filebrowser-3158576.git/a5cfef045b3fa8ec3caf358663f7667731892731 from cache
Skipped branch master, no composer file
Downloading https://repo.packagist.org/packages.json
[200] https://repo.packagist.org/packages.json
Writing /Users/dmckenna/Library/Caches/composer/repo/https---repo.packagist.org/packages.json into cache
Downloading https://repo.packagist.org/p2/drupal/field_collection_to_paragraphs.json
Downloading https://repo.packagist.org/p2/drupal/field_collection_to_paragraphs~dev.json
[404] https://repo.packagist.org/p2/drupal/field_collection_to_paragraphs~dev.json
[404] https://repo.packagist.org/p2/drupal/field_collection_to_paragraphs.json

                                                           
  [InvalidArgumentException]                               
  Package drupal/field_collection_to_paragraphs not found  
                                                           

Exception trace:
 () at phar:///usr/local/bin/composer/src/Composer/Command/ShowCommand.php:242
 Composer\Command\ShowCommand->execute() at phar:///usr/local/bin/composer/vendor/symfony/console/Command/Command.php:245
 Symfony\Component\Console\Command\Command->run() at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:835
 Symfony\Component\Console\Application->doRunCommand() at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:185
 Symfony\Component\Console\Application->doRun() at phar:///usr/local/bin/composer/src/Composer/Console/Application.php:312
 Composer\Console\Application->doRun() at phar:///usr/local/bin/composer/vendor/symfony/console/Application.php:117
 Symfony\Component\Console\Application->run() at phar:///usr/local/bin/composer/src/Composer/Console/Application.php:125
 Composer\Console\Application->run() at phar:///usr/local/bin/composer/bin/composer:64
 require() at /usr/local/bin/composer:24

show [--all] [--locked] [-i|--installed] [-p|--platform] [-a|--available] [-s|--self] [-N|--name-only] [-P|--path] [-t|--tree] [-l|--latest] [-o|--outdated] [--ignore IGNORE] [-m|--minor-only] [-D|--direct] [--strict] [-f|--format FORMAT] [--no-dev] [--] [<package>] [<version>]

And I expected this to happen:

It should show the relevant information of the "drupal/field_collection_to_paragraphs" project.

If I remove the exclude line for "drupal/field_collection" it outputs the following:

Reading ./composer.json (/Users/dmckenna/projectname/composer.json)
Loading config file /Users/dmckenna/.composer/config.json
Loading config file /Users/dmckenna/.composer/auth.json
Loading config file ./composer.json (/Users/dmckenna/projectname/composer.json)
Checked CA file /usr/local/etc/openssl@1.1/cert.pem: valid
Executing command (/Users/dmckenna/projectname): git branch -a --no-color --no-abbrev -v
Executing command (/Users/dmckenna/projectname): git rev-list master..development
Executing command (/Users/dmckenna/projectname): git rev-list remotes/origin/master..development
Reading /Users/dmckenna/.composer/composer.json
Loading config file /Users/dmckenna/.composer/config.json
Loading config file /Users/dmckenna/.composer/auth.json
Loading config file /Users/dmckenna/.composer/composer.json (/Users/dmckenna/.composer/composer.json)
Loading config file /Users/dmckenna/.composer/auth.json
Reading /Users/dmckenna/.composer/auth.json
Reading /Users/dmckenna/projectname/vendor/composer/installed.json
Reading /Users/dmckenna/.composer/vendor/composer/installed.json
Loading plugin Composer\Installers\Plugin (from composer/installers)
Loading plugin cweagans\Composer\Patches (from cweagans/composer-patches)
Loading plugin OomphInc\ComposerInstallersExtender\Plugin (from oomphinc/composer-installers-extender)
Loading plugin Acquia\Blt\Composer\Plugin (from acquia/blt)
Loading plugin Drupal\Composer\Plugin\Scaffold\Plugin (from drupal/core-composer-scaffold)
Loading plugin Dealerdirect\Composer\Plugin\Installers\PHPCodeSniffer\Plugin (from dealerdirect/phpcodesniffer-composer-installer, installed globally)
Running 2.1.3 (2021-06-09 16:31:20) with PHP 7.3.28 on Darwin / 19.6.0
Reading ./composer.lock (/Users/dmckenna/projectname/composer.lock)
> command: Drupal\Composer\Plugin\Scaffold\Plugin->onCommand
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-field-collection-3187610.git/): git rev-parse --git-dir
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-field-collection-3187610.git/): git remote -v
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-field-collection-3187610.git/): git remote set-url origin -- 'https://git.drupalcode.org/issue/field_collection-3187610.git' && git remote update --prune origin && git remote set-url origin -- 'https://git.drupalcode.org/issue/field_collection-3187610.git' && git gc --auto
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-field-collection-3187610.git/): git show-ref --tags --dereference
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-field-collection-3187610.git/): git branch --no-color --no-abbrev -v
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-field-collection-3187610.git/): git branch --no-color
Executing command (/Users/dmckenna/Library/Caches/composer/vcs/https---git.drupalcode.org-issue-field-collection-3187610.git/): git show '7.x-1.x':'composer.json'
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0)
Skipped tag 7.x-1.0, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta1)
Skipped tag 7.x-1.0-beta1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta10)
Skipped tag 7.x-1.0-beta10, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta11)
Skipped tag 7.x-1.0-beta11, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta12)
Skipped tag 7.x-1.0-beta12, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta13)
Skipped tag 7.x-1.0-beta13, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta2)
Skipped tag 7.x-1.0-beta2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta3)
Skipped tag 7.x-1.0-beta3, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta4)
Skipped tag 7.x-1.0-beta4, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta5)
Skipped tag 7.x-1.0-beta5, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta7)
Skipped tag 7.x-1.0-beta7, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta8)
Skipped tag 7.x-1.0-beta8, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.0-beta9)
Skipped tag 7.x-1.0-beta9, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.1)
Skipped tag 7.x-1.1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.2)
Skipped tag 7.x-1.2, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (8.x-1.0-alpha1)
Skipped tag 8.x-1.0-alpha1, invalid tag name
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (3187610-d9-fixes)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-field-collection-3187610.git/c7e10beddcd4b4627cd00d131f62c4799a261ed2 from cache
Importing branch 3187610-d9-fixes (dev-3187610-d9-fixes)
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (7.x-1.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-field-collection-3187610.git/8bfce0badf84d5f49fbcc8687ffba87c3da01a2c from cache
Skipped branch 7.x-1.x, no composer file
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (8.x-1.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-field-collection-3187610.git/2c644c5f8bcad2c100144bb0aeb63d29d34d761d from cache
Importing branch 8.x-1.x (dev-8.x-1.x)
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (8.x-2.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-field-collection-3187610.git/f6d0fdf4170559943c716a289bff7fbbf778e8f4 from cache
Skipped branch 8.x-2.x, no composer file
Reading composer.json of https://git.drupalcode.org/issue/field_collection-3187610.git (8.x-3.x)
Reading /Users/dmckenna/Library/Caches/composer/repo/https---git.drupalcode.org-issue-field-collection-3187610.git/3a75aa582983b9657bc27d9467999d3a9609fec4 from cache
Importing branch 8.x-3.x (dev-8.x-3.x)
Downloading https://packages.drupal.org/8/packages.json
[200] https://packages.drupal.org/8/packages.json
Writing /Users/dmckenna/Library/Caches/composer/repo/https---packages.drupal.org-8/packages.json into cache
Reading /Users/dmckenna/Library/Caches/composer/repo/https---packages.drupal.org-8/provider-drupal~field-collection-to-paragraphs.json from cache
Downloading https://packages.drupal.org/files/packages/8/p2/drupal/field_collection_to_paragraphs.json if modified
Reading /Users/dmckenna/Library/Caches/composer/repo/https---packages.drupal.org-8/provider-drupal~field-collection-to-paragraphs~dev.json from cache
Downloading https://packages.drupal.org/files/packages/8/p2/drupal/field_collection_to_paragraphs~dev.json if modified
[304] https://packages.drupal.org/files/packages/8/p2/drupal/field_collection_to_paragraphs.json
[304] https://packages.drupal.org/files/packages/8/p2/drupal/field_collection_to_paragraphs~dev.json
name     : drupal/field_collection_to_paragraphs
descrip. : Migrates Field Collection items to Paragraphs
keywords : Drupal, Field Collection, Paragraphs
versions : 2.x-dev, 2.0.0-beta2, 2.0.0-beta1, 1.x-dev, dev-2.x, dev-1.x
type     : drupal-module
license  : GNU General Public License v2.0 or later (GPL-2.0-or-later) (OSI approved) https://spdx.org/licenses/GPL-2.0-or-later.html#licenseText
homepage : https://www.drupal.org/project/field_collection_to_paragraphs
source   : [git] https://git.drupalcode.org/project/field_collection_to_paragraphs.git 561f3325456474ed583dcc5b621b6e8acc3ccd94
dist     : []  
names    : drupal/field_collection_to_paragraphs

support
source : http://cgit.drupalcode.org/field_collection_to_paragraphs
issues : https://www.drupal.org/project/issues/field_collection_to_paragraphs

requires
drupal/core ^8 || ^9
drupal/field_collection ^3.0
drupal/migrate_plus ^4.0
drupal/migrate_tools ^4.0
drupal/paragraphs ^1.0

This suggests that the "exclude" items are not absolute terms but instead are used for partial match comparisons.

@damienmckenna damienmckenna changed the title repository "exclude" option excludes partial matches Repository "exclude" option excludes partial matches Jul 14, 2021
@damienmckenna damienmckenna changed the title Repository "exclude" option excludes partial matches Repository "exclude" option uses partial matching against defined values Jul 14, 2021
@Seldaek Seldaek added this to the 2.1 milestone Jul 22, 2021
@Seldaek Seldaek added the Bug label Jul 22, 2021
@damienmckenna
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants