You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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`
4 months ago
..
actions.go Return `responseText` instead of string in some functions (#28836) 1 year ago
hook.go Make git push options accept short name (#32245) 4 months ago
internal.go Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" (#23687) 2 years ago
key.go Return `responseText` instead of string in some functions (#28836) 1 year ago
mail.go Return `responseText` instead of string in some functions (#28836) 1 year ago
manager.go Replace `interface{}` with `any` (#25686) 2 years ago
pushoptions.go Make git push options accept short name (#32245) 4 months ago
pushoptions_test.go Make git push options accept short name (#32245) 4 months ago
request.go Return `responseText` instead of string in some functions (#28836) 1 year ago
restore_repo.go Fix regression: access log template, gitea manager cli command (#24838) 2 years ago
serv.go Refactor internal API for git commands, use meaningful messages instead of "Internal Server Error" (#23687) 2 years ago