diff options
author | Kevin Burke <kevin@burke.dev> | 2022-03-31 15:05:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 00:05:57 +0200 |
commit | 242d71035a8906e2b31360386f8e4861bf4e3da8 (patch) | |
tree | 74c02cbf8bd6d559a202ce34155547a7c8c59649 /modules | |
parent | 420851ca1ff5c97cc31930f022daaff6f484793b (diff) | |
download | gitea-242d71035a8906e2b31360386f8e4861bf4e3da8.tar.gz gitea-242d71035a8906e2b31360386f8e4861bf4e3da8.zip |
go.mod: update kevinburke/ssh_config to v1.2.0 (#19286)
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.
Diffstat (limited to 'modules')
0 files changed, 0 insertions, 0 deletions