Skip to content

Conversation

@kevinburke
Copy link

Previously if you tried to read a HostName in a config file that
looked like this:

Host github
    HostName github.com        # This is the host for code review

DefaultUserSettings.Get("HostName") would return "github.com ",
which I think is unintuitive and unexpected.

This behavior is fixed in v1.2 which would return "github.com" in the
above example.

Previously if you tried to read a HostName in a config file that
looked like this:

Host github
    HostName github.com        # This is the host for code review

DefaultUserSettings.Get("HostName") would return "github.com        ",
which I think is unintuitive and unexpected.

This behavior is fixed in v1.2 which would return "github.com" in the
above example.
@pjbgf
Copy link
Member

pjbgf commented Jul 1, 2023

No longer relevant after 6629ba6.

@pjbgf pjbgf closed this Jul 1, 2023
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.

3 participants