You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* upstream/main:
Update bluemonday (go-gitea#21281)
Add support for authentication based on reverse proxy email (go-gitea#19949)
Do not allow organisation owners add themselves as collaborator (go-gitea#20043)
Feature: Case-insensitive "find files in repo" (go-gitea#21269)
Better repo API unit checks (go-gitea#21130)
Fix empty container layer history and UI (go-gitea#21251)
Add filetree on left of diff view (go-gitea#21012)
// either `true` to allow merging pull requests with a merge commit, or `false` to prevent merging pull requests with merge commits. `has_pull_requests` must be `true`.
170
+
// either `true` to allow merging pull requests with a merge commit, or `false` to prevent merging pull requests with merge commits.
// either `true` to allow rebase-merging pull requests, or `false` to prevent rebase-merging. `has_pull_requests` must be `true`.
172
+
// either `true` to allow rebase-merging pull requests, or `false` to prevent rebase-merging.
173
173
AllowRebase*bool`json:"allow_rebase,omitempty"`
174
-
// either `true` to allow rebase with explicit merge commits (--no-ff), or `false` to prevent rebase with explicit merge commits. `has_pull_requests` must be `true`.
174
+
// either `true` to allow rebase with explicit merge commits (--no-ff), or `false` to prevent rebase with explicit merge commits.
// either `true` to enable AutodetectManualMerge, or `false` to prevent it. `has_pull_requests` must be `true`, Note: In some special cases, misjudgments can occur.
180
+
// either `true` to enable AutodetectManualMerge, or `false` to prevent it. Note: In some special cases, misjudgments can occur.
0 commit comments