git-backporting/dist/cli
Ratchanan Srirattanamet 56531a5a51 fix: --auth when --git-user contains space
Since --git-user is a user-facing name, it's common to include a space
in it. As such, it's not suitable to use as a username in a Git remote
URL.

GitLab documented that it doesn't (yet?) check for username [1], and
from my testing GitHub doesn't seem to care either. So just use an
arbitrary name as a username.

[1] https://docs.gitlab.com/ee/user/profile/personal_access_tokens.html
2024-02-21 22:12:58 +00:00
..
index.js fix: --auth when --git-user contains space 2024-02-21 22:12:58 +00:00