cli/pkg/cmd/factory
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
..
default.go Ignore non-pre-authenticated hosts when parsing git remotes 2020-08-12 18:13:05 +02:00
http.go Extract root command and factory logic into separate packages 2020-08-07 14:40:33 +02:00
remote_resolver.go Ignore non-pre-authenticated hosts when parsing git remotes 2020-08-12 18:13:05 +02:00
remote_resolver_test.go Ignore non-pre-authenticated hosts when parsing git remotes 2020-08-12 18:13:05 +02:00