cli/git
Mislav Marohnić 4315c09501 Ignore non-pre-authenticated hosts when parsing git remotes
This ensures that while having git remotes to point to either
`github.com` or authenticated GHE instances, adding another git remote
pointing to an unrelated host won't change the remote resolution in any
way, even if the unrelated remote is called `upstream` or `github` (and
thus normally took precedence).
2020-08-12 18:13:05 +02:00
..
git.go isolated clone command 2020-07-23 16:40:31 -05:00
git_test.go isolated clone command 2020-07-23 16:40:31 -05:00
remote.go Ignore non-pre-authenticated hosts when parsing git remotes 2020-08-12 18:13:05 +02:00
remote_test.go Eliminate package-level state in git remote parsing 2019-10-25 21:48:25 +02:00
ssh_config.go Code fixes informed by golangci-lint failures (#738) 2020-04-03 16:33:34 +02:00
ssh_config_test.go redundant type composite literal 2020-06-12 04:23:51 +08:00
url.go Allow explicitly specifying the hostname for gh operations 2020-08-12 16:16:34 +02:00