On Wed Mar 4 17:39:14 2026 +0000, Vishnunithyasoundhar S wrote:
Hi. Pls squash all 22 commits into 1 and force push it on to your branch. That way there will only be 1 commit. https://gitlab.winehq.org/wine/wine/-/wikis/Submitting-Patches#:\~:text=git%20push%20%2D%2Dforce%20origin%20master%3Amy%2Dawesome%2Dfix This link should help. Also if possible remove linespace changes from the commit so it will be easy to review. All,
Okay. I ran the following git command to interactively edit the list of commits: git rebase -i HEAD~22 I manually changed the value in front of each commit from "pick" to "squash". I selected Ctrl-O to write that information out to the "to-do" file. I then ran the following command back to the site: git push --force origin master:wine-mui-no-dakker Let me know what else, if any commands I need to run. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10221#note_131303