1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-12 13:37:20 +00:00

Fix various problems (#34708)

* Fix #34707
* Fix dropdown filter handling
* Fix #27014
This commit is contained in:
wxiaoguang
2025-06-13 00:19:24 +08:00
committed by GitHub
parent 65986f423f
commit 8fed27bf6a
5 changed files with 13 additions and 8 deletions

View File

@ -212,7 +212,7 @@ func runServ(ctx context.Context, c *cli.Command) error {
if git.DefaultFeatures().SupportProcReceive {
// for AGit Flow
if cmd == "ssh_info" {
fmt.Print(`{"type":"gitea","version":1}`)
fmt.Print(`{"type":"agit","version":1}`)
return nil
}
}