cpliakas / git-wrapper

A PHP wrapper around the Git command line utility.
MIT License
505 stars 68 forks source link

Ignore files when exporting package #215

Closed simonschaufi closed 3 years ago

simonschaufi commented 3 years ago

This commit is part of a campaign to reduce the amount of data transferred to save global bandwidth and reduce the amount of CO2. See https://github.com/Codeception/Codeception/pull/5527 for more info.

TomasVotruba commented 3 years ago

Hi, cool idea, thanks for contribution :+1:

If you want, you can check other repositories I help to maintain for similar CO2 cleanup :)

simonschaufi commented 3 years ago

@TomasVotruba could you please delete the last git tag and prefix it with a v? Somehow my composer update doesn't get the new release.

composer update: Installing cpliakas/git-wrapper (v3.0.3): Extracting archive

TomasVotruba commented 3 years ago

It's on porpuse to keep using only numbers for versions. The v should be ignored in this case.

This works fine:

composer require cpliakas/git-wrapper

image

Try to cleaning composer cache, removing composer.lock and requiring the ^3.1 in composer.json explicitly.

simonschaufi commented 3 years ago

My fault, I saw that the new version require php 7.3 and i had it set to 7.2. Now it works :tada: Should be mentioned in the release notes ;)

TomasVotruba commented 3 years ago

No problem :)

I only have time for such release notes: https://github.com/cpliakas/git-wrapper/compare/v3.0.3...master

Contributions of better version is welcomed :)

simonschaufi commented 3 years ago

@TomasVotruba just make a release with a git tag and write a couple of things that have changed. That would be great

TomasVotruba commented 3 years ago

Well, nothing relevant has changed.