hhvm / packaging

The sources for how we have built the HHVM packages.
MIT License
65 stars 65 forks source link

When creating git commits, use the user.email and user.name from ./.git/config instead of ~/.gitconfig #296

Closed Atry closed 2 years ago

Atry commented 2 years ago

Some users tend to not set user.email in ~/.gitconfig to distinguish commits to personal repositories and company repositories. This PR allows for that practice.