phpro / grumphp

A PHP code-quality tool
MIT License
4.13k stars 430 forks source link

Fix --quiet bug during git stash pop #861

Closed veewee closed 3 years ago

veewee commented 3 years ago
Q A
Branch master
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Documented? no
Fixed tickets #859

This fixes a git bug that deletes files during git stash pop --quiet.

The bug is located in the git version that comes with Xcode 12, which many folks will be using on macOS Catalina/Big Sur.