1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-18 06:33:44 -04:00
gitea/routers/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
..
tests/repos
actions.go
default_branch.go Support repo license (#24872) 2024-10-01 15:25:08 -04:00
hook_post_receive_test.go Move database operations of merging a pull request to post receive hook and add a transaction (#30805) 2024-05-07 07:36:48 +00:00
hook_post_receive.go Make git push options accept short name (#32245) 2024-10-12 05:42:10 +00:00
hook_pre_receive.go Fix protected branch files detection on pre_receive hook (#31778) 2024-08-06 13:32:49 +00:00
hook_proc_receive.go
hook_verification_test.go
hook_verification.go
internal_repo.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
internal.go Add pure SSH LFS support (#31516) 2024-09-27 10:27:37 -04:00
key.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
mail.go
main_test.go
manager_process.go
manager_unix.go
manager_windows.go
manager.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
restore_repo.go
serv.go Add pure SSH LFS support (#31516) 2024-09-27 10:27:37 -04:00
ssh_log.go