1
0
mirror of https://gitea.com/Sirherobrine23/tea.git synced 2024-07-02 19:54:11 -03:00
tea/modules/git
Norwin 808e8b1c5a Correctly match login by ssh host with port (#391)
fixes #380

note: It seems like it was expected that `SSHHost` only contains the host portion.  So this may be breaking (although I don't believe many people used the feature like that with a custom ssh port). I can't think of a good reason to *not* specify the port in that field, including the port seems more intuitive

Co-authored-by: Norwin <git@nroo.de>
Reviewed-on: https://gitea.com/gitea/tea/pulls/391
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Norwin <noerw@noreply.gitea.io>
Co-committed-by: Norwin <noerw@noreply.gitea.io>
2021-09-06 18:52:34 +08:00
..
auth.go Return useful error on wrong sshkey path (#374) 2021-06-29 15:54:43 +08:00
branch.go don't push before creating a pull (#334) 2021-03-05 18:27:09 +08:00
remote.go migrate src-d/go-git -> go-git/go-git (#128) 2020-04-30 02:02:15 +00:00
repo.go fix InitCommand() (#285) 2020-12-11 17:07:29 +08:00
url.go Correctly match login by ssh host with port (#391) 2021-09-06 18:52:34 +08:00