https://bugs.kde.org/show_bug.cgi?id=353560
--- Comment #8 from Luigi Toscano <luigi.tosc...@tiscali.it> --- (In reply to David Hurka from comment #6) > > use the authorship information in git > > I can revert that, but how should I include the authorship information? I > could add these information in the commit message, but GitLab will always > set me as the “author”. > > Do you mean a revert commit and a new commit, or removing the questioned > comments and re-commit them, overriding history? author and committer are different. Are you sure you can't edit the author and push a commit? git commit --amend --author="Foo Bar <foo...@example.com>" This is not about gitlab, but git, just don't use the squash feature in gitlab (which we shouldn't use, we should just push clean commits). -- You are receiving this mail because: You are watching all bug changes.