gitea/modules/private
wxiaoguang afa8dd45af
Make git push options accept short name (#32245)
Just like what most CLI parsers do: `--opt` means `opt=true`

Then users could use `-o force-push` as `-o force-push=true`
2024-10-12 05:42:10 +00:00
..
actions.go Return responseText instead of string in some functions (#28836) 2024-01-19 10:45:23 +08:00
hook.go Make git push options accept short name (#32245) 2024-10-12 05:42:10 +00:00
internal.go
key.go Return responseText instead of string in some functions (#28836) 2024-01-19 10:45:23 +08:00
mail.go Return responseText instead of string in some functions (#28836) 2024-01-19 10:45:23 +08:00
manager.go
pushoptions_test.go Make git push options accept short name (#32245) 2024-10-12 05:42:10 +00:00
pushoptions.go Make git push options accept short name (#32245) 2024-10-12 05:42:10 +00:00
request.go Return responseText instead of string in some functions (#28836) 2024-01-19 10:45:23 +08:00
restore_repo.go
serv.go