sorenlouv / backport

A simple CLI tool that automates the process of backporting commits on a GitHub repo
https://github.com/sqren/backport/blob/main/docs/config-file-options.md
Apache License 2.0
241 stars 57 forks source link

Ensure english locale #387

Closed sorenlouv closed 2 years ago

sorenlouv commented 2 years ago

Backport currently expects an English locale, since it parses error messages from git. To ensure English local all git messages not set the LANG environment variable to en_US.UTF-8. This means that the following will not cause errors:

LANG=it.UTF-8 backport