Hi Aleen,
On Tue, 23 Nov 2021, Aleen 徐沛文 wrote:
quoted
Hi Aleen,
On Mon, 22 Nov 2021, Aleen via GitGitGadget wrote:
quoted
From: Aleen <redacted>
FWIW this information comes from your commit, specifically from the
author information recorded when you committed first. To re-set it in
these two patches, run something like this:
git config --global user.name "徐沛文 (Aleen)"
git rebase -x "git commit --amend --no-edit --reset-author" HEAD~2
and then force-push to your branch.
Ciao,
Dscho
The main problem is that it broke when I tried to submit via GGG:
https://github.com/gitgitgadget/git/pull/1076#issuecomment-976087421
Whoops. It seems that the `From:` header cannot be parsed by GitGitGadget.
Most likely because the `<` and `>` of the email address are on the next
line, not the same line as the `From:`.
I had a quick look and opened
https://github.com/gitgitgadget/gitgitgadget/pull/777 to fix this.
Ciao,
Dscho