Can't rebase and push commits that aren't mine? #5371
-
If I rebase a branch on
I do have permission because I can push new commits on this branch. But I've been able to reproduce this in two repos, rebasing branches that contain commits that aren't mine. Is this the expected behavior? Edit: I should add that cloning the repo with git, doing the rebase and then |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I tried forking |
Beta Was this translation helpful? Give feedback.
-
Could it be related to this: #4561? Currently commits authored by others will not be re-signed if modified. Perhaps there is a GitLab push restriction enforcing signatures on all commits? Per the issue, rebasing with Git does re-sign commits authored by others with the current user's key. |
Beta Was this translation helpful? Give feedback.
Could it be related to this: #4561? Currently commits authored by others will not be re-signed if modified. Perhaps there is a GitLab push restriction enforcing signatures on all commits? Per the issue, rebasing with Git does re-sign commits authored by others with the current user's key.