1
0
mirror of https://gitea.com/gitea/tea.git synced 2024-06-30 06:45:26 +00:00
tea/modules/git
appleboy b02263adb0 refactor: improve code quality and efficiency in various files (#548)
- Replace loadConfig() with _ = loadConfig()
- Update file permissions from 0660 to 0o660
- Simplify variable declarations
- Replace golang.org/x/crypto/ssh/terminal with golang.org/x/term
- Remove unused getCertPrincipals function
- Replace time.Now().Sub() with time.Since()
- Add test for ArgToIndex function

Signed-off-by: appleboy <appleboy.tw@gmail.com>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/tea/pulls/548
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-by: techknowlogick <techknowlogick@noreply.gitea.io>
Co-authored-by: appleboy <appleboy.tw@gmail.com>
Co-committed-by: appleboy <appleboy.tw@gmail.com>
2023-04-30 11:43:26 +08:00
..
auth.go Return useful error on wrong sshkey path (#374) 2021-06-29 15:54:43 +08:00
branch.go Find DefaultPRHead based on branch and SHA (#514) 2022-10-25 06:38:39 +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_test.go Add tea clone (#411) 2021-10-18 20:09:27 +08:00
url.go refactor: improve code quality and efficiency in various files (#548) 2023-04-30 11:43:26 +08:00