Search is not available for this dataset
hash
string
author
int32
committer_date
string
timezone
int64
parents
string
message
string
changes
string
language
string
03085c8181447dbcc1cd5175e0be7317fad25122
501
2023-10-26 11:06:11+02:00
-7,200
['708b07a2fe90bc71a8d715cbc30281c4b854bd01']
Fix Git Driver to use supported Git VCS driver URL Otherwise the URL may not be supported since 3bb191a46 (Add support for env vars and ~ (for HOME) in repo paths for vcs and artifact repositories, fixes #11409 (#11453), 2023-05-07)
[{'old_path': 'src/Composer/Repository/VcsRepository.php', 'new_path': 'src/Composer/Repository/VcsRepository.php', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -91,7 +91,7 @@ public function __construct(array $repoConfig, IOInterface $io, Config $config,\n 'svn' => 'Composer\\Repository\\Vcs\\SvnDrive...
PHP
81b662d3888b7e1a0f81377c3f9aceb77fad3ab8
196
2023-10-26 11:08:03+02:00
-3,600
['03085c8181447dbcc1cd5175e0be7317fad25122']
Suggest running 'require' not 'update' if a root req fails to update (#11691)
[{'old_path': 'src/Composer/Command/BaseDependencyCommand.php', 'new_path': 'src/Composer/Command/BaseDependencyCommand.php', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -152,7 +152,23 @@ protected function doExecute(InputInterface $input, OutputInterface $output, boo\n }\n \n if ($inverted && $in...
PHP
8c0f1e10dc610cd47acc651c56d3319c9fd370cd
196
2023-10-26 11:38:02+02:00
-3,600
['23be508ea5d0f34376929ec441abca1bf0a92d02']
Display error instead of throwing exception when unable to update with temporary constraint (#11692)
[{'old_path': 'src/Composer/Command/UpdateCommand.php', 'new_path': 'src/Composer/Command/UpdateCommand.php', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -160,7 +160,9 @@ protected function execute(InputInterface $input, OutputInterface $output)\n $parsedConstraint = $parser->parseConstraints($constra...
PHP
aefa46dfbabea3497437480061496ba54773bf46
503
2023-10-27 11:36:59+02:00
14,400
['cc653161c3c86090fa88c9c4e856ece17eb0db31']
Add support for "scripts-aliases" in composer.json (#11666)
[{'old_path': 'doc/articles/scripts.md', 'new_path': 'doc/articles/scripts.md', 'type': <ModificationType.MODIFY: 5>, 'diff': '@@ -441,3 +441,19 @@ The descriptions are used in `composer list` or `composer run -l` commands to\n describe what the scripts do when the command is run.\n \n > **Note:** You can only set cust...
PHP
da83d29d8ac634783bc70b0f3b7847bae3e081d9
434
2023-11-08 12:02:00+01:00
-3,600
['aefa46dfbabea3497437480061496ba54773bf46']
"URL" in caps (#11706)
[{'old_path': 'doc/articles/authentication-for-private-packages.md', 'new_path': 'doc/articles/authentication-for-private-packages.md', 'type': <ModificationType.MODIFY: 5>, 'diff': "@@ -232,7 +232,7 @@ php composer.phar config [--global] --editor\n ## gitlab-oauth\n \n > **Note:** For the gitlab authentication to work...
PHP