1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-10 05:06:07 +02:00
gitea/routers
来自村里的小螃蟹 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
..
api Create a branch directly from commit on the create branch API (#22956) 2023-05-09 18:22:32 +08:00
common Make repository response support HTTP range request (#24592) 2023-05-09 15:34:36 +08:00
install Improve template system and panic recovery (#24461) 2023-05-04 14:36:34 +08:00
private Refactor web route (#24080) 2023-04-20 14:49:06 -04:00
utils Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
web Make repository response support HTTP range request (#24592) 2023-05-09 15:34:36 +08:00
init.go Use globally shared HTMLRender (#24436) 2023-04-30 08:22:23 -04:00