https://bugs.kde.org/show_bug.cgi?id=353560
--- Comment #9 from David Hurka <david.hu...@mailbox.org> --- This page tells me that we use the squash feature in GitLab. https://community.kde.org/Infrastructure/GitLab#Create_the_Merge_Request Do you say I should not use the Merge button in GitLab, but push merge requests from the command line? The “Check out branch” button in GitLab indicates that this is possible, so GitLab realizes when I push an MR from the command line? But then I actually wonder why we left Phabricator... So what should I do now? * git revert, git commit --author, git push (i. e. append the same patches in new commits) * git checkout -b release/20.08, git commit --author, git push --force (i. e. override history) * append an empty commit with author information * -- You are receiving this mail because: You are watching all bug changes.