cli/git
Mislav Marohnić c240ab9137 Unconditionally resolve "ssh.github.com" to "github.com"
Previously, only "github.com" mapped to "ssh.github.com" via ssh config
was treated as "github.com". Now, any "ssh.github.com" host is treated
as "github.com", even if it was initially aliased as something else in
the user's ssh hostname mappings.
2021-12-20 16:09:46 +01:00
..
fixtures Add live tests for some methods in the git package 2021-02-24 15:05:56 +01:00
git.go pr merge: pull after switching branches (#4748) 2021-11-29 18:26:35 +01:00
git_test.go Add org scoped port forwarding + fix test formatting (#4497) 2021-10-13 13:56:03 -04:00
remote.go Migrate to binary style extensions when detected 2021-11-17 13:15:04 -06:00
remote_test.go Equal: flip arguments position 2021-01-18 21:00:59 -03:00
ssh_config.go Unconditionally resolve "ssh.github.com" to "github.com" 2021-12-20 16:09:46 +01:00
ssh_config_test.go Unconditionally resolve "ssh.github.com" to "github.com" 2021-12-20 16:09:46 +01:00
url.go Fixes #4346: allow git+https URL protocol 2021-09-20 19:35:06 +03:00
url_test.go Fixes #4346: allow git+https URL protocol 2021-09-20 19:35:06 +03:00