Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow hyphens in GITHUB_URL #320

Merged
merged 1 commit into from
Jul 30, 2020

Conversation

lucasrangit
Copy link
Contributor

The parsing of the GITHUB_URL should support hyphens in host names
to comply with https://tools.ietf.org/html/rfc952 .

Otherwise gist will fail to find the corresponding .gist token
file if the server contains a hyphen. For example,
https://github.my-corp.com/.

Signed-off-by: Lucas Magasweran lrm@linux.com

The parsing of the `GITHUB_URL` should support hyphens in host names
to comply with https://tools.ietf.org/html/rfc952 .

Otherwise `gist` will fail to find the corresponding `.gist` token
file if the server contains a hyphen. For example,
`https://github.my-corp.com/`.

Signed-off-by: Lucas Magasweran <lrm@linux.com>
@ConradIrwin ConradIrwin merged commit 75fd67a into defunkt:master Jul 30, 2020
@ConradIrwin
Copy link
Collaborator

Thanks again!

@lucasrangit lucasrangit deleted the allow-hyphen-in-url branch July 30, 2020 08:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants