1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-27 03:06:11 +02:00
gitea/routers/api
来自村里的小螃蟹 cd9a13ebb4
Create a branch directly from commit on the create branch API (#22956)
#### Added
- API: Create a branch directly from commit on the create branch API
- Added `old_ref_name` parameter to allow creating a new branch from a
specific commit, tag, or branch.
- Deprecated `old_branch_name` parameter in favor of the new
`old_ref_name` parameter.

---------

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-05-09 18:22:32 +08:00
..
actions Gitea Actions add `base_ref`, `head_ref`, `api_url`, `ref_type` fields (#24356) 2023-04-28 07:35:21 +08:00
packages Add RPM registry (#23380) 2023-05-05 20:33:37 +00:00
v1 Create a branch directly from commit on the create branch API (#22956) 2023-05-09 18:22:32 +08:00