1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-18 06:33:44 -04:00
gitea/routers
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
..
api Use per package global lock for container uploads instead of memory lock (#31860) 2024-10-11 07:37:49 +00:00
common Refactor route path normalization (#31381) 2024-06-17 23:28:47 +00:00
install Save initial signup information for users to aid in spam prevention (#31852) 2024-09-09 17:05:16 -04:00
private Make git push options accept short name (#32245) 2024-10-12 05:42:10 +00:00
utils Refactor external URL detection (#29973) 2024-03-22 04:32:40 +08:00
web Allow maintainers to view and edit files of private repos when "Allow maintainers to edit" is enabled (#32215) 2024-10-11 19:08:19 +00:00
init.go Make oauth2 code clear. Move oauth2 provider code to their own packages/files (#32148) 2024-10-02 08:03:19 +08:00