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

go.mod: update ssh_config dependency #51

Merged
merged 2 commits into from
Apr 6, 2022

Conversation

kevinburke
Copy link
Contributor

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.

This rearranges the file a little bit, but none of the dependencies
are changed.
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.
@yinheli yinheli merged commit e738afe into yinheli:master Apr 6, 2022
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.

None yet

2 participants