Closed
Description
gitea/routers/api/v1/repo/pull.go
Line 351 in 88fe7b5
This API method, together with it's implementation in https://gitea.com/gitea/go-sdk should implement mutating the base
branch just as available on the UI, based on adding this field into the following struct
Lines 82 to 93 in 88fe7b5
This is required for full git-town support git-town/git-town#1451 since git town extensively uses branch hierarchy: if the an ancestor get's merged, all it's children branches must be reassigned to the ancestor's target merge branch.