1
0
Fork 0
mirror of https://gitea.com/gitea/tea.git synced 2026-04-25 17:07:49 +02:00
tea/modules/context
Matěj Cepl 783ac7684a fix(context): skip local repo detection for repo slugs (#960)
Treat explicit --repo slugs as remote targets so commands do not probe
the current worktree. This avoids SHA256 repository failures when local
git autodetection is unnecessary.

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Reviewed-on: https://gitea.com/gitea/tea/pulls/960
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: Matěj Cepl <mcepl@cepl.eu>
Co-committed-by: Matěj Cepl <mcepl@cepl.eu>
2026-04-20 19:39:42 +00:00
..
context.go fix(context): skip local repo detection for repo slugs (#960) 2026-04-20 19:39:42 +00:00
context_login.go fix: authentication via env variables repo argument (#809) 2026-02-19 19:23:44 +00:00
context_prompt_test.go Fix new tty prompt (#897) 2026-02-16 03:37:44 +00:00
context_remote.go Split up Context (#873) 2026-02-02 23:16:39 +00:00
context_repo.go fix: authentication via env variables repo argument (#809) 2026-02-19 19:23:44 +00:00
context_require.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
context_require_test.go replace log.Fatal/os.Exit with error returns (#941) 2026-03-27 03:36:44 +00:00
context_test.go fix(context): skip local repo detection for repo slugs (#960) 2026-04-20 19:39:42 +00:00