On Wed Mar 4 22:50:11 2026 +0000, Elizabeth Figura wrote:
The "committer identity unknown" message is a misleading error message that happens when there's merge commits.
Okay. I just cleaned up my loader.c file, reran the commit -a command to enter my narrative, and did the git push --force:wine-mui-no-dakker command. What exact syntax did you use, and what did the command return? --force doesn't take an argument like that; it's just an argument. E.g. `git push --force origin <branch name>`. And did you run `git rebase origin/master` before pushing? origin/master refers to his fork, which is as full of confusing commits as this one. https://gitlab.winehq.org/NoDakker/wine-mui-no-dakker/-/commits/master
I'd try `git rebase 739ca45017f7385340d82c9f8c35716ca6466473` instead. (Long-term, configuring an upstream remote and rebasing onto upstream/master would be better, but let's not teach Craig about remotes now. He's overwhelmed enough already.) -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10209#note_131330