提交 b38a3185 编写于 作者: M Mislav Marohnić

Drop support for legacy `hub.http-clone` git config value

This was kept for backwards compatibility, but was silently broken for
some tiem now. Nobody reported it, so I think it can be safely assumes
that nobody uses this config value anymore.
上级 039afea3
......@@ -10,10 +10,5 @@ func IsHttpsProtocol() bool {
return true
}
httpClone, _ := git.Config("--bool hub.http-clone")
if httpClone == "true" {
return true
}
return false
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册