gitea.tea/modules/git
Lunny Xiao 9fd40479b7 fix(git): preserve user SSH command for native git operations
tea previously set GIT_SSH_COMMAND=ssh for every SSH operation, even when
it had no identity or passphrase to inject. Let git fall back to its own
SSH command in that case so core.sshCommand, GIT_SSH_COMMAND, and the
normal OpenSSH known_hosts handling are respected.

Add regression coverage for ed25519 key parsing and CLI SSH auth setup.

Signed-off-by: Lunny Xiao <xiaolunwen@gmail.com>
2026-08-22 00:02:35 -07:00
..
auth.go Use git command instead of go git (#1005) 2026-05-23 20:24:47 +00:00
auth_test.go fix(git): preserve user SSH command for native git operations 2026-08-22 00:02:35 -07:00
backend.go Use git command instead of go git (#1005) 2026-05-23 20:24:47 +00:00
backend_test.go Use git command instead of go git (#1005) 2026-05-23 20:24:47 +00:00
branch.go Use git command instead of go git (#1005) 2026-05-23 20:24:47 +00:00
cli_backend.go fix(git): preserve user SSH command for native git operations 2026-08-22 00:02:35 -07:00
cli_backend_test.go fix(git): preserve user SSH command for native git operations 2026-08-22 00:02:35 -07:00
network.go Use git command instead of go git (#1005) 2026-05-23 20:24:47 +00:00
remote.go Use git command instead of go git (#1005) 2026-05-23 20:24:47 +00:00
repo.go Use git command instead of go git (#1005) 2026-05-23 20:24:47 +00:00
repo_cli_test.go Use git command instead of go git (#1005) 2026-05-23 20:24:47 +00:00
types.go Use git command instead of go git (#1005) 2026-05-23 20:24:47 +00:00
url.go spdx (#581) 2023-09-08 01:40:02 +00:00
url_test.go spdx (#581) 2023-09-08 01:40:02 +00:00