Add notes about GHE support for git_protocol

This commit is contained in:
Mislav Marohnić 2020-07-29 22:50:53 +02:00
parent 487dd06bf3
commit ffe08995bb
3 changed files with 3 additions and 0 deletions

View file

@ -69,6 +69,7 @@ func cloneRun(opts *CloneOptions) error {
if err != nil {
return err
}
// TODO: GHE support
protocol, err := cfg.Get("", "git_protocol")
if err != nil {
return err

View file

@ -147,6 +147,7 @@ func createRun(opts *CreateOptions) error {
if err != nil {
return err
}
// TODO: GHE support
protocol, err := cfg.Get("", "git_protocol")
if err != nil {
return err

View file

@ -186,6 +186,7 @@ func forkRun(opts *ForkOptions) error {
if err != nil {
return err
}
// TODO: GHE support
protocol, err := cfg.Get("", "git_protocol")
if err != nil {
return err