0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-09-11 17:15:29 +02:00
koalajoe23 2802f96e97
check user and repo for redirects when using git via SSH transport (#35416)
fixes #30565 

When using git with a gitea hosted repository, the HTTP-Transport did
honor the user and repository redirects, which are created when renaming
a user or repo and also when transferring ownership of a repo to a
different organization. This is extremely helpful, as repo URLs remain
stable and do not have to be migrated on each client's worktree and
other places, e.g. CI at once.

The SSH transport - which I favor - did not know of these redirections
and I implemented a lookup during the `serv` command.
2025-09-09 20:13:41 +00:00
..
2025-02-20 12:39:21 -08:00
2025-08-30 01:04:06 +08:00
2025-08-30 01:04:06 +08:00
2025-08-30 01:04:06 +08:00
2025-08-30 01:04:06 +08:00