Merge branch 'main' into lunny/add_reply_code_review

This commit is contained in:
Lunny Xiao
2026-05-28 17:42:58 +00:00
5 changed files with 56 additions and 19 deletions
+19 -1
View File
@@ -41,7 +41,7 @@ Add a Gitea login
**--client-id**="": OAuth client ID (for use with --oauth)
**--helper, -j**: Add helper
**--git-credentials, --helper, -j**: Register tea as a git credential helper for this login's URL, so 'git push' and 'git clone' over HTTPS authenticate silently using the stored token
**--insecure, -i**: Disable TLS verification
@@ -87,6 +87,24 @@ Get or Set Default Login
**--output, -o**="": Output format. (simple, table, csv, tsv, yaml, json)
### helper, git-credential
Act as a git credential helper for stored Gitea logins
#### store, erase
No-op (git credential protocol store/erase)
#### setup
Register tea as a git credential helper for every configured login
#### get
Return the stored token for a URL (git credential protocol)
**--login, -l**="": Use a specific login
### oauth-refresh
Refresh an OAuth token